#B06556

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

Shades of Sante Fe #B06556

Tints of Sante Fe #B06556

Color information

#B06556 (or 0xB06556) is unknown color: approx Sante Fe. HEX triplet: B0, 65 and 56. RGB value is (176,101,86). Sum of RGB (Red+Green+Blue) = 176+101+86=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B06556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06556 is #4F9AA9. Grayscale: #797979. Windows color (decimal): -5216938 or 5662128. OLE color: 5662128.

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

Color convert

RGB17610186-
CMYK00.430.510.31
HSL10º36.29%51.37%-
HSV(B)10º51.14%69.02%-
XYZ24.2419.2111.23-
YUV121.72107.85166.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=48.48%
G=27.82%
B=23.69%

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
Decimal1761018600.430.510.311036.2951.37
HexB0655602B331Fa2433
Octal2601451260536337124463
Binary10110000110010110101100101011110011111111010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06556; }

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

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

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

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

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

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

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

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