#B06E56

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

Shades of Sante Fe #B06E56

Tints of Sante Fe #B06E56

Color information

#B06E56 (or 0xB06E56) is unknown color: approx Sante Fe. HEX triplet: B0, 6E and 56. RGB value is (176,110,86). Sum of RGB (Red+Green+Blue) = 176+110+86=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E56 is #4F91A9. Grayscale: #7F7F7F. Windows color (decimal): -5214634 or 5664432. OLE color: 5664432.

HSL color Cylindrical-coordinate representation of color #B06E56: hue angle of 16º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B06E56 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17611086-
CMYK00.370.510.31
HSL16º36.29%51.37%-
HSV(B)16º51.14%69.02%-
XYZ25.1621.0511.54-
YUV127104.87162.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 110 (43.36% from 255) = 29.57%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=47.31%
G=29.57%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761108600.370.510.311636.2951.37
HexB06E56025331F102433
Octal2601561260456337204463
Binary101100001101110101011001001011100111111110000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E56; }

 p { color: rgb(176,110,86); }

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

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

 a { background-color: rgb(176,110,86); }

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

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

 span { border-color: rgb(176,110,86); }

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