#B06456

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

Shades of Sante Fe #B06456

Tints of Sante Fe #B06456

Color information

#B06456 (or 0xB06456) is unknown color: approx Sante Fe. HEX triplet: B0, 64 and 56. RGB value is (176,100,86). Sum of RGB (Red+Green+Blue) = 176+100+86=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B06456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06456 is #4F9BA9. Grayscale: #797979. Windows color (decimal): -5217194 or 5661872. OLE color: 5661872.

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

Color convert

RGB17610086-
CMYK00.430.510.31
HSL9.33º36.29%51.37%-
HSV(B)9.33º51.14%69.02%-
XYZ24.1419.0211.2-
YUV121.13108.18167.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 86 (33.98% from 255) = 23.76%
R=48.62%
G=27.62%
B=23.76%

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
Decimal1761008600.430.510.319.3336.2951.37
HexB0645602B331F92433
Octal2601441260536337114463
Binary10110000110010010101100101011110011111111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06456; }

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

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

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

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

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

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

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

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