#B47752

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

Shades of Sante Fe #B47752

Tints of Sante Fe #B47752

Color information

#B47752 (or 0xB47752) is unknown color: approx Sante Fe. HEX triplet: B4, 77 and 52. RGB value is (180,119,82). Sum of RGB (Red+Green+Blue) = 180+119+82=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B47752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47752 is #4B88AD. Grayscale: #858585. Windows color (decimal): -4950190 or 5404596. OLE color: 5404596.

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

Color convert

RGB18011982-
CMYK00.340.540.29
HSL22.65º39.52%51.37%-
HSV(B)22.65º54.44%70.59%-
XYZ26.9423.5111.1-
YUV133.0299.21161.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=47.24%
G=31.23%
B=21.52%

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
Decimal1801198200.340.540.2922.6539.5251.37
HexB47752022361D172833
Octal2641671220426635275063
Binary101101001110111101001001000101101101110110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47752; }

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

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

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

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

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

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

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

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