#B97656

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

Shades of Sante Fe #B97656

Tints of Sante Fe #B97656

Color information

#B97656 (or 0xB97656) is unknown color: approx Sante Fe. HEX triplet: B9, 76 and 56. RGB value is (185,118,86). Sum of RGB (Red+Green+Blue) = 185+118+86=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B97656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97656 is #4689A9. Grayscale: #868686. Windows color (decimal): -4622762 or 5666489. OLE color: 5666489.

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

Color convert

RGB18511886-
CMYK00.360.540.27
HSL19.39º41.42%53.14%-
HSV(B)19.39º53.51%72.55%-
XYZ28.1723.9411.94-
YUV134.38100.7164.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=47.56%
G=30.33%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851188600.360.540.2719.3941.4253.14
HexB97656024361B132935
Octal2711661260446633235165
Binary101110011110110101011001001001101101101110011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97656; }

 p { color: rgb(185,118,86); }

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

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

 a { background-color: rgb(185,118,86); }

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

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

 span { border-color: rgb(185,118,86); }

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