#B06F55

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

Shades of Sante Fe #B06F55

Tints of Sante Fe #B06F55

Color information

#B06F55 (or 0xB06F55) is unknown color: approx Sante Fe. HEX triplet: B0, 6F and 55. RGB value is (176,111,85). Sum of RGB (Red+Green+Blue) = 176+111+85=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F55 is #4F90AA. Grayscale: #7F7F7F. Windows color (decimal): -5214379 or 5599152. OLE color: 5599152.

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

Color convert

RGB17611185-
CMYK00.370.520.31
HSL17.14º36.55%51.18%-
HSV(B)17.14º51.7%69.02%-
XYZ25.2321.2511.37-
YUV127.47104.03162.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 111 (43.75% from 255) = 29.84%
BLUE value IS 85 (33.59% from 255) = 22.85%
R=47.31%
G=29.84%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761118500.370.520.3117.1436.5551.18
HexB06F55025341F112533
Octal2601571250456437214563
Binary101100001101111101010101001011101001111110001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F55; }

 p { color: rgb(176,111,85); }

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

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

 a { background-color: rgb(176,111,85); }

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

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

 span { border-color: rgb(176,111,85); }

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