#B96C57

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

Shades of Sante Fe #B96C57

Tints of Sante Fe #B96C57

Color information

#B96C57 (or 0xB96C57) is unknown color: approx Sante Fe. HEX triplet: B9, 6C and 57. RGB value is (185,108,87). Sum of RGB (Red+Green+Blue) = 185+108+87=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C57 is #4693A8. Grayscale: #808080. Windows color (decimal): -4625321 or 5729465. OLE color: 5729465.

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

Color convert

RGB18510887-
CMYK00.420.530.27
HSL12.86º41.18%53.33%-
HSV(B)12.86º52.97%72.55%-
XYZ27.0921.7311.78-
YUV128.63104.51168.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=48.68%
G=28.42%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851088700.420.530.2712.8641.1853.33
HexB96C5702A351Bd2935
Octal2711541270526533155165
Binary10111001110110010101110101010110101110111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C57; }

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

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

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

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

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

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

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

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