#B76854

Color #B76854 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #B76854

Tints of Sante Fe #B76854

Color information

#B76854 (or 0xB76854) is unknown color: approx Sante Fe. HEX triplet: B7, 68 and 54. RGB value is (183,104,84). Sum of RGB (Red+Green+Blue) = 183+104+84=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B76854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76854 is #4897AB. Grayscale: #7D7D7D. Windows color (decimal): -4757420 or 5531831. OLE color: 5531831.

HSL color Cylindrical-coordinate representation of color #B76854: hue angle of 12.12º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76854 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18310484-
CMYK00.430.540.28
HSL12.12º40.74%52.35%-
HSV(B)12.12º54.1%71.76%-
XYZ26.0820.6110.99-
YUV125.34104.67169.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=49.33%
G=28.03%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831048400.430.540.2812.1240.7452.35
HexB7685402B361Cc2934
Octal2671501240536634145164
Binary10110111110100010101000101011110110111001100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76854; }

 p { color: rgb(183,104,84); }

 H1.HeaderClassName
 {
   color: #B76854;
 }
 .AnyTagClassName
 {
   color: #B76854;
 }
</style>
background-color css

<style>
 a { background-color: #B76854; }

 a { background-color: rgb(183,104,84); }

 div.DivClassName
 {
   background-color: #B76854;
 }
 .BgClassName
 {
   background-color: #B76854;
 }
</style>
border-color css

<style>
 span { border-color: #B76854; }

 span { border-color: rgb(183,104,84); }

 td.TdClassName
 {
   border-color: #B76854;
 }
 .TagClassName
 {
   border-color: #B76854;
 }
</style>