#B06E58

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

Shades of Sante Fe #B06E58

Tints of Sante Fe #B06E58

Color information

#B06E58 (or 0xB06E58) is unknown color: approx Sante Fe. HEX triplet: B0, 6E and 58. RGB value is (176,110,88). Sum of RGB (Red+Green+Blue) = 176+110+88=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E58 is #4F91A7. Grayscale: #7F7F7F. Windows color (decimal): -5214632 or 5795504. OLE color: 5795504.

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

Color convert

RGB17611088-
CMYK00.370.500.31
HSL15º35.77%51.76%-
HSV(B)15º50%69.02%-
XYZ25.2421.0911.97-
YUV127.23105.87162.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 110 (43.36% from 255) = 29.41%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=47.06%
G=29.41%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761108800.370.500.311535.7751.76
HexB06E58025321Ff2434
Octal2601561300456237174464
Binary10110000110111010110000100101110010111111111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E58; }

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

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

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

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

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

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

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

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