#b06d57

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

Shades of Sante Fe #B06D57

Tints of Sante Fe #B06D57

Color information

#B06D57 (or 0xB06D57) is unknown color: approx Sante Fe. HEX triplet: B0, 6D and 57. RGB value is (176,109,87). Sum of RGB (Red+Green+Blue) = 176+109+87=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D57 is #4F92A8. Grayscale: #7E7E7E. Windows color (decimal): -5214889 or 5729712. OLE color: 5729712.

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

Color convert

RGB17610987-
CMYK00.380.510.31
HSL14.83º36.03%51.57%-
HSV(B)14.83º50.57%69.02%-
XYZ25.0920.8611.72-
YUV126.52105.7163.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 87 (34.38% from 255) = 23.39%
R=47.31%
G=29.30%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761098700.380.510.3114.8336.0351.57
HexB06D57026331Ff2434
Octal2601551270466337174464
Binary10110000110110110101110100110110011111111111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06d57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06d57; }

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

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

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

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

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

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

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

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