#B87255

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

Shades of Sante Fe #B87255

Tints of Sante Fe #B87255

Color information

#B87255 (or 0xB87255) is unknown color: approx Sante Fe. HEX triplet: B8, 72 and 55. RGB value is (184,114,85). Sum of RGB (Red+Green+Blue) = 184+114+85=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B87255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87255 is #478DAA. Grayscale: #838383. Windows color (decimal): -4689323 or 5599928. OLE color: 5599928.

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

Color convert

RGB18411485-
CMYK00.380.540.28
HSL17.58º41.08%52.75%-
HSV(B)17.58º53.8%72.16%-
XYZ27.4222.8811.57-
YUV131.62101.69165.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=48.04%
G=29.77%
B=22.19%

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
Decimal1841148500.380.540.2817.5841.0852.75
HexB87255026361C122935
Octal2701621250466634225165
Binary101110001110010101010101001101101101110010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87255; }

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

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

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

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

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

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

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

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