#B96B57

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

Shades of Sante Fe #B96B57

Tints of Sante Fe #B96B57

Color information

#B96B57 (or 0xB96B57) is unknown color: approx Sante Fe. HEX triplet: B9, 6B and 57. RGB value is (185,107,87). Sum of RGB (Red+Green+Blue) = 185+107+87=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B57 is #4694A8. Grayscale: #808080. Windows color (decimal): -4625577 or 5729209. OLE color: 5729209.

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

Color convert

RGB18510787-
CMYK00.420.530.27
HSL12.24º41.18%53.33%-
HSV(B)12.24º52.97%72.55%-
XYZ26.9921.5211.75-
YUV128.04104.84168.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=48.81%
G=28.23%
B=22.96%

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
Decimal1851078700.420.530.2712.2441.1853.33
HexB96B5702A351Bc2935
Octal2711531270526533145165
Binary10111001110101110101110101010110101110111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B57; }

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

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

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

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

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

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

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

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