#B47452

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

Shades of Sante Fe #B47452

Tints of Sante Fe #B47452

Color information

#B47452 (or 0xB47452) is unknown color: approx Sante Fe. HEX triplet: B4, 74 and 52. RGB value is (180,116,82). Sum of RGB (Red+Green+Blue) = 180+116+82=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B47452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47452 is #4B8BAD. Grayscale: #838383. Windows color (decimal): -4950958 or 5403828. OLE color: 5403828.

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

Color convert

RGB18011682-
CMYK00.360.540.29
HSL20.82º39.52%51.37%-
HSV(B)20.82º54.44%70.59%-
XYZ26.5922.810.98-
YUV131.26100.2162.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=47.62%
G=30.69%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801168200.360.540.2920.8239.5251.37
HexB47452024361D152833
Octal2641641220446635255063
Binary101101001110100101001001001001101101110110101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47452; }

 p { color: rgb(180,116,82); }

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

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

 a { background-color: rgb(180,116,82); }

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

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

 span { border-color: rgb(180,116,82); }

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