#b96a50

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

Shades of Sante Fe #B96A50

Tints of Sante Fe #B96A50

Color information

#B96A50 (or 0xB96A50) is unknown color: approx Sante Fe. HEX triplet: B9, 6A and 50. RGB value is (185,106,80). Sum of RGB (Red+Green+Blue) = 185+106+80=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A50 is #4695AF. Grayscale: #7E7E7E. Windows color (decimal): -4625840 or 5270201. OLE color: 5270201.

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

Color convert

RGB18510680-
CMYK00.430.570.27
HSL14.86º42.86%51.96%-
HSV(B)14.86º56.76%72.55%-
XYZ26.6121.210.28-
YUV126.66101.67169.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=49.87%
G=28.57%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851068000.430.570.2714.8642.8651.96
HexB96A5002B391Bf2b34
Octal2711521200537133175364
Binary10111001110101010100000101011111001110111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96a50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96a50; }

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

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

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

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

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

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

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

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