#B47052

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

Shades of Sante Fe #B47052

Tints of Sante Fe #B47052

Color information

#B47052 (or 0xB47052) is unknown color: approx Sante Fe. HEX triplet: B4, 70 and 52. RGB value is (180,112,82). Sum of RGB (Red+Green+Blue) = 180+112+82=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B47052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47052 is #4B8FAD. Grayscale: #818181. Windows color (decimal): -4951982 or 5402804. OLE color: 5402804.

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

Color convert

RGB18011282-
CMYK00.380.540.29
HSL18.37º39.52%51.37%-
HSV(B)18.37º54.44%70.59%-
XYZ26.1421.910.83-
YUV128.91101.53164.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=48.13%
G=29.95%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801128200.380.540.2918.3739.5251.37
HexB47052026361D122833
Octal2641601220466635225063
Binary101101001110000101001001001101101101110110010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47052; }

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

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

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

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

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

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

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

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