#B56E56

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

Shades of Sante Fe #B56E56

Tints of Sante Fe #B56E56

Color information

#B56E56 (or 0xB56E56) is unknown color: approx Sante Fe. HEX triplet: B5, 6E and 56. RGB value is (181,110,86). Sum of RGB (Red+Green+Blue) = 181+110+86=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E56 is #4A91A9. Grayscale: #808080. Windows color (decimal): -4886954 or 5664437. OLE color: 5664437.

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

Color convert

RGB18111086-
CMYK00.390.520.29
HSL15.16º39.09%52.35%-
HSV(B)15.16º52.49%70.98%-
XYZ26.3121.6511.6-
YUV128.49104.02165.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=48.01%
G=29.18%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811108600.390.520.2915.1639.0952.35
HexB56E56027341Df2734
Octal2651561260476435174764
Binary10110101110111010101100100111110100111011111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E56; }

 p { color: rgb(181,110,86); }

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

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

 a { background-color: rgb(181,110,86); }

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

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

 span { border-color: rgb(181,110,86); }

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