#B47652

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

Shades of Sante Fe #B47652

Tints of Sante Fe #B47652

Color information

#B47652 (or 0xB47652) is unknown color: approx Sante Fe. HEX triplet: B4, 76 and 52. RGB value is (180,118,82). Sum of RGB (Red+Green+Blue) = 180+118+82=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B47652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47652 is #4B89AD. Grayscale: #848484. Windows color (decimal): -4950446 or 5404340. OLE color: 5404340.

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

Color convert

RGB18011882-
CMYK00.340.540.29
HSL22.04º39.52%51.37%-
HSV(B)22.04º54.44%70.59%-
XYZ26.8223.2711.06-
YUV132.4399.54161.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=47.37%
G=31.05%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801188200.340.540.2922.0439.5251.37
HexB47652022361D162833
Octal2641661220426635265063
Binary101101001110110101001001000101101101110110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47652; }

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

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

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

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

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

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

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

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