#B96E57

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

Shades of Sante Fe #B96E57

Tints of Sante Fe #B96E57

Color information

#B96E57 (or 0xB96E57) is unknown color: approx Sante Fe. HEX triplet: B9, 6E and 57. RGB value is (185,110,87). Sum of RGB (Red+Green+Blue) = 185+110+87=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E57 is #4691A8. Grayscale: #818181. Windows color (decimal): -4624809 or 5729977. OLE color: 5729977.

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

Color convert

RGB18511087-
CMYK00.410.530.27
HSL14.08º41.18%53.33%-
HSV(B)14.08º52.97%72.55%-
XYZ27.322.1511.85-
YUV129.8103.85167.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=48.43%
G=28.80%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851108700.410.530.2714.0841.1853.33
HexB96E57029351Be2935
Octal2711561270516533165165
Binary10111001110111010101110101001110101110111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E57; }

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

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

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

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

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

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

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

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