#B97157

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

Shades of Sante Fe #B97157

Tints of Sante Fe #B97157

Color information

#B97157 (or 0xB97157) is unknown color: approx Sante Fe. HEX triplet: B9, 71 and 57. RGB value is (185,113,87). Sum of RGB (Red+Green+Blue) = 185+113+87=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B97157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97157 is #468EA8. Grayscale: #838383. Windows color (decimal): -4624041 or 5730745. OLE color: 5730745.

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

Color convert

RGB18511387-
CMYK00.390.530.27
HSL15.92º41.18%53.33%-
HSV(B)15.92º52.97%72.55%-
XYZ27.6322.8111.96-
YUV131.56102.85166.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 87 (34.38% from 255) = 22.60%
R=48.05%
G=29.35%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851138700.390.530.2715.9241.1853.33
HexB97157027351B102935
Octal2711611270476533205165
Binary101110011110001101011101001111101011101110000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97157; }

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

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

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

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

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

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

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

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