#B87157

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

Shades of Sante Fe #B87157

Tints of Sante Fe #B87157

Color information

#B87157 (or 0xB87157) is unknown color: approx Sante Fe. HEX triplet: B8, 71 and 57. RGB value is (184,113,87). Sum of RGB (Red+Green+Blue) = 184+113+87=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B87157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87157 is #478EA8. Grayscale: #838383. Windows color (decimal): -4689577 or 5730744. OLE color: 5730744.

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

Color convert

RGB18411387-
CMYK00.390.530.28
HSL16.08º40.59%53.14%-
HSV(B)16.08º52.72%72.16%-
XYZ27.3922.6911.95-
YUV131.27103.02165.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 87 (34.38% from 255) = 22.66%
R=47.92%
G=29.43%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841138700.390.530.2816.0840.5953.14
HexB87157027351C102935
Octal2701611270476534205165
Binary101110001110001101011101001111101011110010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87157; }

 p { color: rgb(184,113,87); }

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

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

 a { background-color: rgb(184,113,87); }

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

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

 span { border-color: rgb(184,113,87); }

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