#B87554

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

Shades of Sante Fe #B87554

Tints of Sante Fe #B87554

Color information

#B87554 (or 0xB87554) is unknown color: approx Sante Fe. HEX triplet: B8, 75 and 54. RGB value is (184,117,84). Sum of RGB (Red+Green+Blue) = 184+117+84=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B87554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87554 is #478AAB. Grayscale: #858585. Windows color (decimal): -4688556 or 5535160. OLE color: 5535160.

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

Color convert

RGB18411784-
CMYK00.360.540.28
HSL19.8º41.32%52.55%-
HSV(B)19.8º54.35%72.16%-
XYZ27.7323.5511.47-
YUV133.27100.2164.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=47.79%
G=30.39%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841178400.360.540.2819.841.3252.55
HexB87554024361C142935
Octal2701651240446634245165
Binary101110001110101101010001001001101101110010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87554; }

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

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

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

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

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

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

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

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