#b97259

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

Shades of Sante Fe #B97259

Tints of Sante Fe #B97259

Color information

#B97259 (or 0xB97259) is unknown color: approx Sante Fe. HEX triplet: B9, 72 and 59. RGB value is (185,114,89). Sum of RGB (Red+Green+Blue) = 185+114+89=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B97259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97259 is #468DA6. Grayscale: #848484. Windows color (decimal): -4623783 or 5862073. OLE color: 5862073.

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

Color convert

RGB18511489-
CMYK00.380.520.27
HSL15.62º40.68%53.73%-
HSV(B)15.62º51.89%72.55%-
XYZ27.8323.0712.44-
YUV132.38103.52165.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 89 (35.16% from 255) = 22.94%
R=47.68%
G=29.38%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851148900.380.520.2715.6240.6853.73
HexB97259026341B102936
Octal2711621310466433205166
Binary101110011110010101100101001101101001101110000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b97259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b97259; }

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

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

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

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

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

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

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

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