#B47254

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

Shades of Sante Fe #B47254

Tints of Sante Fe #B47254

Color information

#B47254 (or 0xB47254) is unknown color: approx Sante Fe. HEX triplet: B4, 72 and 54. RGB value is (180,114,84). Sum of RGB (Red+Green+Blue) = 180+114+84=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B47254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47254 is #4B8DAB. Grayscale: #828282. Windows color (decimal): -4951468 or 5534388. OLE color: 5534388.

HSL color Cylindrical-coordinate representation of color #B47254: hue angle of 18.75º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B47254 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB18011484-
CMYK00.370.530.29
HSL18.75º39.02%51.76%-
HSV(B)18.75º53.33%70.59%-
XYZ26.4422.3811.31-
YUV130.31101.87163.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 84 (33.20% from 255) = 22.22%
R=47.62%
G=30.16%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801148400.370.530.2918.7539.0251.76
HexB47254025351D132734
Octal2641621240456535234764
Binary101101001110010101010001001011101011110110011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47254; }

 p { color: rgb(180,114,84); }

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

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

 a { background-color: rgb(180,114,84); }

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

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

 span { border-color: rgb(180,114,84); }

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