#B06557

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

Shades of Sante Fe #B06557

Tints of Sante Fe #B06557

Color information

#B06557 (or 0xB06557) is unknown color: approx Sante Fe. HEX triplet: B0, 65 and 57. RGB value is (176,101,87). Sum of RGB (Red+Green+Blue) = 176+101+87=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B06557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06557 is #4F9AA8. Grayscale: #797979. Windows color (decimal): -5216937 or 5727664. OLE color: 5727664.

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

Color convert

RGB17610187-
CMYK00.430.510.31
HSL9.44º36.03%51.57%-
HSV(B)9.44º50.57%69.02%-
XYZ24.2819.2311.45-
YUV121.83108.35166.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.35%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=48.35%
G=27.75%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761018700.430.510.319.4436.0351.57
HexB0655702B331F92434
Octal2601451270536337114464
Binary10110000110010110101110101011110011111111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06557; }

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

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

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

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

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

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

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

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