#B87859

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

Shades of Sante Fe #B87859

Tints of Sante Fe #B87859

Color information

#B87859 (or 0xB87859) is unknown color: approx Sante Fe. HEX triplet: B8, 78 and 59. RGB value is (184,120,89). Sum of RGB (Red+Green+Blue) = 184+120+89=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B87859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87859 is #4787A6. Grayscale: #878787. Windows color (decimal): -4687783 or 5863608. OLE color: 5863608.

HSL color Cylindrical-coordinate representation of color #B87859: hue angle of 19.58º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B87859 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB18412089-
CMYK00.350.520.28
HSL19.58º40.08%53.53%-
HSV(B)19.58º51.63%72.16%-
XYZ28.2924.3412.66-
YUV135.6101.7162.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=46.82%
G=30.53%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841208900.350.520.2819.5840.0853.53
HexB87859023341C142836
Octal2701701310436434245066
Binary101110001111000101100101000111101001110010100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87859; }

 p { color: rgb(184,120,89); }

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

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

 a { background-color: rgb(184,120,89); }

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

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

 span { border-color: rgb(184,120,89); }

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