#B56A4E

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

Shades of Sante Fe #B56A4E

Tints of Sante Fe #B56A4E

Color information

#B56A4E (or 0xB56A4E) is unknown color: approx Sante Fe. HEX triplet: B5, 6A and 4E. RGB value is (181,106,78). Sum of RGB (Red+Green+Blue) = 181+106+78=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A4E is #4A95B1. Grayscale: #7D7D7D. Windows color (decimal): -4887986 or 5139125. OLE color: 5139125.

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

Color convert

RGB18110678-
CMYK00.410.570.29
HSL16.31º41.04%50.78%-
HSV(B)16.31º56.91%70.98%-
XYZ25.5920.689.85-
YUV125.23101.35167.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=49.59%
G=29.04%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811067800.410.570.2916.3141.0450.78
HexB56A4E029391D102933
Octal2651521160517135205163
Binary101101011101010100111001010011110011110110000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A4E; }

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

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

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

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

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

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

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

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