#B96D50

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

Shades of Sante Fe #B96D50

Tints of Sante Fe #B96D50

Color information

#B96D50 (or 0xB96D50) is unknown color: approx Sante Fe. HEX triplet: B9, 6D and 50. RGB value is (185,109,80). Sum of RGB (Red+Green+Blue) = 185+109+80=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D50 is #4692AF. Grayscale: #808080. Windows color (decimal): -4625072 or 5270969. OLE color: 5270969.

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

Color convert

RGB18510980-
CMYK00.410.570.27
HSL16.57º42.86%51.96%-
HSV(B)16.57º56.76%72.55%-
XYZ26.9221.8310.38-
YUV128.42100.68168.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 80 (31.64% from 255) = 21.39%
R=49.47%
G=29.14%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851098000.410.570.2716.5742.8651.96
HexB96D50029391B112b34
Octal2711551200517133215364
Binary101110011101101101000001010011110011101110001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96D50; }

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

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

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

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

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

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

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

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