#B06E57

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

Shades of Sante Fe #B06E57

Tints of Sante Fe #B06E57

Color information

#B06E57 (or 0xB06E57) is unknown color: approx Sante Fe. HEX triplet: B0, 6E and 57. RGB value is (176,110,87). Sum of RGB (Red+Green+Blue) = 176+110+87=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E57 is #4F91A8. Grayscale: #7F7F7F. Windows color (decimal): -5214633 or 5729968. OLE color: 5729968.

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

Color convert

RGB17611087-
CMYK00.370.510.31
HSL15.51º36.03%51.57%-
HSV(B)15.51º50.57%69.02%-
XYZ25.221.0711.76-
YUV127.11105.37162.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=47.18%
G=29.49%
B=23.32%

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
Decimal1761108700.370.510.3115.5136.0351.57
HexB06E57025331F102434
Octal2601561270456337204464
Binary101100001101110101011101001011100111111110000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E57; }

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

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

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

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

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

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

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

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