#B56951

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

Shades of Sante Fe #B56951

Tints of Sante Fe #B56951

Color information

#B56951 (or 0xB56951) is unknown color: approx Sante Fe. HEX triplet: B5, 69 and 51. RGB value is (181,105,81). Sum of RGB (Red+Green+Blue) = 181+105+81=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B56951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56951 is #4A96AE. Grayscale: #7D7D7D. Windows color (decimal): -4888239 or 5335477. OLE color: 5335477.

HSL color Cylindrical-coordinate representation of color #B56951: hue angle of 14.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B56951 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18110581-
CMYK00.420.550.29
HSL14.4º40.32%51.37%-
HSV(B)14.4º55.25%70.98%-
XYZ25.5920.5210.4-
YUV124.99103.18167.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 81 (32.03% from 255) = 22.07%
R=49.32%
G=28.61%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811058100.420.550.2914.440.3251.37
HexB5695102A371De2833
Octal2651511210526735165063
Binary10110101110100110100010101010110111111011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56951; }

 p { color: rgb(181,105,81); }

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

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

 a { background-color: rgb(181,105,81); }

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

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

 span { border-color: rgb(181,105,81); }

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