#B47656

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

Shades of Sante Fe #B47656

Tints of Sante Fe #B47656

Color information

#B47656 (or 0xB47656) is unknown color: approx Sante Fe. HEX triplet: B4, 76 and 56. RGB value is (180,118,86). Sum of RGB (Red+Green+Blue) = 180+118+86=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B47656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47656 is #4B89A9. Grayscale: #858585. Windows color (decimal): -4950442 or 5666484. OLE color: 5666484.

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

Color convert

RGB18011886-
CMYK00.340.520.29
HSL20.43º38.52%52.16%-
HSV(B)20.43º52.22%70.59%-
XYZ26.9823.3311.89-
YUV132.89101.54161.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 118 (46.48% from 255) = 30.73%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=46.88%
G=30.73%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801188600.340.520.2920.4338.5252.16
HexB47656022341D142734
Octal2641661260426435244764
Binary101101001110110101011001000101101001110110100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47656; }

 p { color: rgb(180,118,86); }

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

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

 a { background-color: rgb(180,118,86); }

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

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

 span { border-color: rgb(180,118,86); }

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