#B56A4D

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

Shades of Sante Fe #B56A4D

Tints of Sante Fe #B56A4D

Color information

#B56A4D (or 0xB56A4D) is unknown color: approx Sante Fe. HEX triplet: B5, 6A and 4D. RGB value is (181,106,77). Sum of RGB (Red+Green+Blue) = 181+106+77=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A4D is #4A95B2. Grayscale: #7D7D7D. Windows color (decimal): -4887987 or 5073589. OLE color: 5073589.

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

Color convert

RGB18110677-
CMYK00.410.570.29
HSL16.73º41.27%50.59%-
HSV(B)16.73º57.46%70.98%-
XYZ25.5520.679.66-
YUV125.12100.85167.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 77 (30.47% from 255) = 21.15%
R=49.73%
G=29.12%
B=21.15%

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
Decimal1811067700.410.570.2916.7341.2750.59
HexB56A4D029391D112933
Octal2651521150517135215163
Binary101101011101010100110101010011110011110110001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A4D; }

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

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

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

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

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

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

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

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