#B97159

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

Shades of Sante Fe #B97159

Tints of Sante Fe #B97159

Color information

#B97159 (or 0xB97159) is unknown color: approx Sante Fe. HEX triplet: B9, 71 and 59. RGB value is (185,113,89). Sum of RGB (Red+Green+Blue) = 185+113+89=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B97159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97159 is #468EA6. Grayscale: #838383. Windows color (decimal): -4624039 or 5861817. OLE color: 5861817.

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

Color convert

RGB18511389-
CMYK00.390.520.27
HSL15º40.68%53.73%-
HSV(B)15º51.89%72.55%-
XYZ27.7222.8512.4-
YUV131.79103.85165.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=47.80%
G=29.20%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851138900.390.520.271540.6853.73
HexB97159027341Bf2936
Octal2711611310476433175166
Binary10111001111000110110010100111110100110111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97159; }

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

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

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

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

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

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

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

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