#B97957

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

Shades of Sante Fe #B97957

Tints of Sante Fe #B97957

Color information

#B97957 (or 0xB97957) is unknown color: approx Sante Fe. HEX triplet: B9, 79 and 57. RGB value is (185,121,87). Sum of RGB (Red+Green+Blue) = 185+121+87=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B97957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97957 is #4686A8. Grayscale: #888888. Windows color (decimal): -4621993 or 5732793. OLE color: 5732793.

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

Color convert

RGB18512187-
CMYK00.350.530.27
HSL20.82º41.18%53.33%-
HSV(B)20.82º52.97%72.55%-
XYZ28.5724.6812.27-
YUV136.26100.2162.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 87 (34.38% from 255) = 22.14%
R=47.07%
G=30.79%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851218700.350.530.2720.8241.1853.33
HexB97957023351B152935
Octal2711711270436533255165
Binary101110011111001101011101000111101011101110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97957; }

 p { color: rgb(185,121,87); }

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

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

 a { background-color: rgb(185,121,87); }

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

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

 span { border-color: rgb(185,121,87); }

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