#B97357

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

Shades of Sante Fe #B97357

Tints of Sante Fe #B97357

Color information

#B97357 (or 0xB97357) is unknown color: approx Sante Fe. HEX triplet: B9, 73 and 57. RGB value is (185,115,87). Sum of RGB (Red+Green+Blue) = 185+115+87=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B97357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97357 is #468CA8. Grayscale: #848484. Windows color (decimal): -4623529 or 5731257. OLE color: 5731257.

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

Color convert

RGB18511587-
CMYK00.380.530.27
HSL17.14º41.18%53.33%-
HSV(B)17.14º52.97%72.55%-
XYZ27.8623.2612.04-
YUV132.74102.19165.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 87 (34.38% from 255) = 22.48%
R=47.80%
G=29.72%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851158700.380.530.2717.1441.1853.33
HexB97357026351B112935
Octal2711631270466533215165
Binary101110011110011101011101001101101011101110001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97357; }

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

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

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

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

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

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

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

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