#B56C51

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

Shades of Sante Fe #B56C51

Tints of Sante Fe #B56C51

Color information

#B56C51 (or 0xB56C51) is unknown color: approx Sante Fe. HEX triplet: B5, 6C and 51. RGB value is (181,108,81). Sum of RGB (Red+Green+Blue) = 181+108+81=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C51 is #4A93AE. Grayscale: #7E7E7E. Windows color (decimal): -4887471 or 5336245. OLE color: 5336245.

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

Color convert

RGB18110881-
CMYK00.400.550.29
HSL16.2º40.32%51.37%-
HSV(B)16.2º55.25%70.98%-
XYZ25.921.1410.5-
YUV126.75102.18166.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=48.92%
G=29.19%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811088100.400.550.2916.240.3251.37
HexB56C51028371D102833
Octal2651541210506735205063
Binary101101011101100101000101010001101111110110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C51; }

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

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

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

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

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

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

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

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