#B76E59

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

Shades of Sante Fe #B76E59

Tints of Sante Fe #B76E59

Color information

#B76E59 (or 0xB76E59) is unknown color: approx Sante Fe. HEX triplet: B7, 6E and 59. RGB value is (183,110,89). Sum of RGB (Red+Green+Blue) = 183+110+89=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E59 is #4891A6. Grayscale: #818181. Windows color (decimal): -4755879 or 5861047. OLE color: 5861047.

HSL color Cylindrical-coordinate representation of color #B76E59: hue angle of 13.4º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76E59 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18311089-
CMYK00.400.510.28
HSL13.4º39.5%53.33%-
HSV(B)13.4º51.37%71.76%-
XYZ26.9121.9412.27-
YUV129.43105.18166.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=47.91%
G=28.80%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831108900.400.510.2813.439.553.33
HexB76E59028331Cd2735
Octal2671561310506334154765
Binary10110111110111010110010101000110011111001101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E59; }

 p { color: rgb(183,110,89); }

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

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

 a { background-color: rgb(183,110,89); }

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

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

 span { border-color: rgb(183,110,89); }

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