#B87452

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

Shades of Sante Fe #B87452

Tints of Sante Fe #B87452

Color information

#B87452 (or 0xB87452) is unknown color: approx Sante Fe. HEX triplet: B8, 74 and 52. RGB value is (184,116,82). Sum of RGB (Red+Green+Blue) = 184+116+82=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B87452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87452 is #478BAD. Grayscale: #848484. Windows color (decimal): -4688814 or 5403832. OLE color: 5403832.

HSL color Cylindrical-coordinate representation of color #B87452: hue angle of 20º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B87452 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18411682-
CMYK00.370.550.28
HSL20º41.8%52.16%-
HSV(B)20º55.43%72.16%-
XYZ27.5423.2911.03-
YUV132.4699.53164.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=48.17%
G=30.37%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841168200.370.550.282041.852.16
HexB87452025371C142a34
Octal2701641220456734245264
Binary101110001110100101001001001011101111110010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87452; }

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

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

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

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

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

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

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

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