#B56D5A

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

Shades of Sante Fe #B56D5A

Tints of Sante Fe #B56D5A

Color information

#B56D5A (or 0xB56D5A) is unknown color: approx Sante Fe. HEX triplet: B5, 6D and 5A. RGB value is (181,109,90). Sum of RGB (Red+Green+Blue) = 181+109+90=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56D5A is #4A92A5. Grayscale: #808080. Windows color (decimal): -4887206 or 5926325. OLE color: 5926325.

HSL color Cylindrical-coordinate representation of color #B56D5A: hue angle of 12.53º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56D5A is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18110990-
CMYK00.400.500.29
HSL12.53º38.08%53.14%-
HSV(B)12.53º50.28%70.98%-
XYZ26.3721.512.43-
YUV128.36106.35165.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 109 (42.97% from 255) = 28.68%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=47.63%
G=28.68%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811099000.400.500.2912.5338.0853.14
HexB56D5A028321Dd2635
Octal2651551320506235154665
Binary10110101110110110110100101000110010111011101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D5A; }

 p { color: rgb(181,109,90); }

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

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

 a { background-color: rgb(181,109,90); }

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

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

 span { border-color: rgb(181,109,90); }

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