#B06F52

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

Shades of Sante Fe #B06F52

Tints of Sante Fe #B06F52

Color information

#B06F52 (or 0xB06F52) is unknown color: approx Sante Fe. HEX triplet: B0, 6F and 52. RGB value is (176,111,82). Sum of RGB (Red+Green+Blue) = 176+111+82=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F52 is #4F90AD. Grayscale: #7F7F7F. Windows color (decimal): -5214382 or 5402544. OLE color: 5402544.

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

Color convert

RGB17611182-
CMYK00.370.530.31
HSL18.51º37.3%50.59%-
HSV(B)18.51º53.41%69.02%-
XYZ25.1121.2110.75-
YUV127.13102.53162.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=47.70%
G=30.08%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761118200.370.530.3118.5137.350.59
HexB06F52025351F132533
Octal2601571220456537234563
Binary101100001101111101001001001011101011111110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F52; }

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

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

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

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

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

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

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

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