#B06E51

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

Shades of Sante Fe #B06E51

Tints of Sante Fe #B06E51

Color information

#B06E51 (or 0xB06E51) is unknown color: approx Sante Fe. HEX triplet: B0, 6E and 51. RGB value is (176,110,81). Sum of RGB (Red+Green+Blue) = 176+110+81=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E51 is #4F91AE. Grayscale: #7E7E7E. Windows color (decimal): -5214639 or 5336752. OLE color: 5336752.

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

Color convert

RGB17611081-
CMYK00.370.540.31
HSL18.32º37.55%50.39%-
HSV(B)18.32º53.98%69.02%-
XYZ24.9720.9810.52-
YUV126.43102.37163.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 81 (32.03% from 255) = 22.07%
R=47.96%
G=29.97%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761108100.370.540.3118.3237.5550.39
HexB06E51025361F122632
Octal2601561210456637224662
Binary101100001101110101000101001011101101111110010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E51; }

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

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

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

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

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

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

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

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