#B56D4E

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

Shades of Sante Fe #B56D4E

Tints of Sante Fe #B56D4E

Color information

#B56D4E (or 0xB56D4E) is unknown color: approx Sante Fe. HEX triplet: B5, 6D and 4E. RGB value is (181,109,78). Sum of RGB (Red+Green+Blue) = 181+109+78=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56D4E is #4A92B1. Grayscale: #7F7F7F. Windows color (decimal): -4887218 or 5139893. OLE color: 5139893.

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

Color convert

RGB18110978-
CMYK00.400.570.29
HSL18.06º41.04%50.78%-
HSV(B)18.06º56.91%70.98%-
XYZ25.921.319.96-
YUV126.99100.35166.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=49.18%
G=29.62%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811097800.400.570.2918.0641.0450.78
HexB56D4E028391D122933
Octal2651551160507135225163
Binary101101011101101100111001010001110011110110010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D4E; }

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

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

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

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

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

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

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

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