#B87254

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

Shades of Sante Fe #B87254

Tints of Sante Fe #B87254

Color information

#B87254 (or 0xB87254) is unknown color: approx Sante Fe. HEX triplet: B8, 72 and 54. RGB value is (184,114,84). Sum of RGB (Red+Green+Blue) = 184+114+84=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B87254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87254 is #478DAB. Grayscale: #838383. Windows color (decimal): -4689324 or 5534392. OLE color: 5534392.

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

Color convert

RGB18411484-
CMYK00.380.540.28
HSL18º41.32%52.55%-
HSV(B)18º54.35%72.16%-
XYZ27.3822.8711.36-
YUV131.51101.19165.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 84 (33.20% from 255) = 21.99%
R=48.17%
G=29.84%
B=21.99%

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
Decimal1841148400.380.540.281841.3252.55
HexB87254026361C122935
Octal2701621240466634225165
Binary101110001110010101010001001101101101110010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87254; }

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

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

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

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

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

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

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

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