#b96a53

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

Shades of Sante Fe #B96A53

Tints of Sante Fe #B96A53

Color information

#B96A53 (or 0xB96A53) is unknown color: approx Sante Fe. HEX triplet: B9, 6A and 53. RGB value is (185,106,83). Sum of RGB (Red+Green+Blue) = 185+106+83=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A53 is #4695AC. Grayscale: #7F7F7F. Windows color (decimal): -4625837 or 5466809. OLE color: 5466809.

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

Color convert

RGB18510683-
CMYK00.430.550.27
HSL13.53º42.15%52.55%-
HSV(B)13.53º55.14%72.55%-
XYZ26.7221.2510.88-
YUV127103.17169.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 83 (32.81% from 255) = 22.19%
R=49.47%
G=28.34%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851068300.430.550.2713.5342.1552.55
HexB96A5302B371Be2a35
Octal2711521230536733165265
Binary10111001110101010100110101011110111110111110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96a53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96a53; }

 p { color: rgb(185,106,83); }

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

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

 a { background-color: rgb(185,106,83); }

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

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

 span { border-color: rgb(185,106,83); }

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