#B56C50

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

Shades of Sante Fe #B56C50

Tints of Sante Fe #B56C50

Color information

#B56C50 (or 0xB56C50) is unknown color: approx Sante Fe. HEX triplet: B5, 6C and 50. RGB value is (181,108,80). Sum of RGB (Red+Green+Blue) = 181+108+80=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C50 is #4A93AF. Grayscale: #7E7E7E. Windows color (decimal): -4887472 or 5270709. OLE color: 5270709.

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

Color convert

RGB18110880-
CMYK00.400.560.29
HSL16.63º40.56%51.18%-
HSV(B)16.63º55.8%70.98%-
XYZ25.8721.1310.3-
YUV126.64101.68166.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=49.05%
G=29.27%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811088000.400.560.2916.6340.5651.18
HexB56C50028381D112933
Octal2651541200507035215163
Binary101101011101100101000001010001110001110110001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C50; }

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

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

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

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

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

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

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

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