#B87155

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

Shades of Sante Fe #B87155

Tints of Sante Fe #B87155

Color information

#B87155 (or 0xB87155) is unknown color: approx Sante Fe. HEX triplet: B8, 71 and 55. RGB value is (184,113,85). Sum of RGB (Red+Green+Blue) = 184+113+85=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B87155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87155 is #478EAA. Grayscale: #838383. Windows color (decimal): -4689579 or 5599672. OLE color: 5599672.

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

Color convert

RGB18411385-
CMYK00.390.540.28
HSL16.97º41.08%52.75%-
HSV(B)16.97º53.8%72.16%-
XYZ27.3122.6611.53-
YUV131.04102.02165.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 85 (33.59% from 255) = 22.25%
R=48.17%
G=29.58%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841138500.390.540.2816.9741.0852.75
HexB87155027361C112935
Octal2701611250476634215165
Binary101110001110001101010101001111101101110010001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87155; }

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

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

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

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

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

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

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

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