#B56851

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

Shades of Sante Fe #B56851

Tints of Sante Fe #B56851

Color information

#B56851 (or 0xB56851) is unknown color: approx Sante Fe. HEX triplet: B5, 68 and 51. RGB value is (181,104,81). Sum of RGB (Red+Green+Blue) = 181+104+81=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B56851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56851 is #4A97AE. Grayscale: #7C7C7C. Windows color (decimal): -4888495 or 5335221. OLE color: 5335221.

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

Color convert

RGB18110481-
CMYK00.430.550.29
HSL13.8º40.32%51.37%-
HSV(B)13.8º55.25%70.98%-
XYZ25.4920.3210.36-
YUV124.4103.51168.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 81 (32.03% from 255) = 22.13%
R=49.45%
G=28.42%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811048100.430.550.2913.840.3251.37
HexB5685102B371De2833
Octal2651501210536735165063
Binary10110101110100010100010101011110111111011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56851; }

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

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

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

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

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

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

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

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