#B06D49

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

Shades of Sante Fe #B06D49

Tints of Sante Fe #B06D49

Color information

#B06D49 (or 0xB06D49) is unknown color: approx Sante Fe. HEX triplet: B0, 6D and 49. RGB value is (176,109,73). Sum of RGB (Red+Green+Blue) = 176+109+73=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D49 is #4F92B6. Grayscale: #7D7D7D. Windows color (decimal): -5214903 or 4812208. OLE color: 4812208.

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

Color convert

RGB17610973-
CMYK00.380.590.31
HSL20.97º41.37%48.82%-
HSV(B)20.97º58.52%69.02%-
XYZ24.5820.658.99-
YUV124.9398.7164.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=49.16%
G=30.45%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761097300.380.590.3120.9741.3748.82
HexB06D490263B1F152931
Octal2601551110467337255161
Binary101100001101101100100101001101110111111110101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D49; }

 p { color: rgb(176,109,73); }

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

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

 a { background-color: rgb(176,109,73); }

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

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

 span { border-color: rgb(176,109,73); }

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