#B56A51

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

Shades of Sante Fe #B56A51

Tints of Sante Fe #B56A51

Color information

#B56A51 (or 0xB56A51) is unknown color: approx Sante Fe. HEX triplet: B5, 6A and 51. RGB value is (181,106,81). Sum of RGB (Red+Green+Blue) = 181+106+81=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A51 is #4A95AE. Grayscale: #7D7D7D. Windows color (decimal): -4887983 or 5335733. OLE color: 5335733.

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

Color convert

RGB18110681-
CMYK00.410.550.29
HSL15º40.32%51.37%-
HSV(B)15º55.25%70.98%-
XYZ25.720.7310.43-
YUV125.57102.85167.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 106 (41.80% from 255) = 28.80%
BLUE value IS 81 (32.03% from 255) = 22.01%
R=49.18%
G=28.80%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811068100.410.550.291540.3251.37
HexB56A51029371Df2833
Octal2651521210516735175063
Binary10110101110101010100010101001110111111011111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A51; }

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

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

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

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

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

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

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

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