#B06857

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

Shades of Sante Fe #B06857

Tints of Sante Fe #B06857

Color information

#B06857 (or 0xB06857) is unknown color: approx Sante Fe. HEX triplet: B0, 68 and 57. RGB value is (176,104,87). Sum of RGB (Red+Green+Blue) = 176+104+87=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B06857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06857 is #4F97A8. Grayscale: #7B7B7B. Windows color (decimal): -5216169 or 5728432. OLE color: 5728432.

HSL color Cylindrical-coordinate representation of color #B06857: hue angle of 11.46º 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 #B06857 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17610487-
CMYK00.410.510.31
HSL11.46º36.03%51.57%-
HSV(B)11.46º50.57%69.02%-
XYZ24.5819.8211.55-
YUV123.59107.35165.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=47.96%
G=28.34%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761048700.410.510.3111.4636.0351.57
HexB06857029331Fb2434
Octal2601501270516337134464
Binary10110000110100010101110101001110011111111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06857; }

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

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

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

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

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

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

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

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