#B76F5A

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

Shades of Sante Fe #B76F5A

Tints of Sante Fe #B76F5A

Color information

#B76F5A (or 0xB76F5A) is unknown color: approx Sante Fe. HEX triplet: B7, 6F and 5A. RGB value is (183,111,90). Sum of RGB (Red+Green+Blue) = 183+111+90=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F5A is #4890A5. Grayscale: #828282. Windows color (decimal): -4755622 or 5926839. OLE color: 5926839.

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

Color convert

RGB18311190-
CMYK00.390.510.28
HSL13.55º39.24%53.53%-
HSV(B)13.55º50.82%71.76%-
XYZ27.0622.1712.53-
YUV130.13105.35165.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 111 (43.75% from 255) = 28.91%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=47.66%
G=28.91%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831119000.390.510.2813.5539.2453.53
HexB76F5A027331Ce2736
Octal2671571320476334164766
Binary10110111110111110110100100111110011111001110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F5A; }

 p { color: rgb(183,111,90); }

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

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

 a { background-color: rgb(183,111,90); }

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

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

 span { border-color: rgb(183,111,90); }

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