#B87354

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

Shades of Sante Fe #B87354

Tints of Sante Fe #B87354

Color information

#B87354 (or 0xB87354) is unknown color: approx Sante Fe. HEX triplet: B8, 73 and 54. RGB value is (184,115,84). Sum of RGB (Red+Green+Blue) = 184+115+84=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B87354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87354 is #478CAB. Grayscale: #848484. Windows color (decimal): -4689068 or 5534648. OLE color: 5534648.

HSL color Cylindrical-coordinate representation of color #B87354: hue angle of 18.6º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B87354 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18411584-
CMYK00.380.540.28
HSL18.6º41.32%52.55%-
HSV(B)18.6º54.35%72.16%-
XYZ27.523.0911.4-
YUV132.1100.86165.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=48.04%
G=30.03%
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.28
SystemRedGreenBlueCMYKHSL
Decimal1841158400.380.540.2818.641.3252.55
HexB87354026361C132935
Octal2701631240466634235165
Binary101110001110011101010001001101101101110010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87354; }

 p { color: rgb(184,115,84); }

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

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

 a { background-color: rgb(184,115,84); }

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

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

 span { border-color: rgb(184,115,84); }

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