#B97859

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

Shades of Sante Fe #B97859

Tints of Sante Fe #B97859

Color information

#B97859 (or 0xB97859) is unknown color: approx Sante Fe. HEX triplet: B9, 78 and 59. RGB value is (185,120,89). Sum of RGB (Red+Green+Blue) = 185+120+89=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B97859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97859 is #4687A6. Grayscale: #888888. Windows color (decimal): -4622247 or 5863609. OLE color: 5863609.

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

Color convert

RGB18512089-
CMYK00.350.520.27
HSL19.38º40.68%53.73%-
HSV(B)19.38º51.89%72.55%-
XYZ28.5324.4712.67-
YUV135.9101.53163.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=46.95%
G=30.46%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851208900.350.520.2719.3840.6853.73
HexB97859023341B132936
Octal2711701310436433235166
Binary101110011111000101100101000111101001101110011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97859; }

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

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

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

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

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

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

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

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