#B96D54

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

Shades of Sante Fe #B96D54

Tints of Sante Fe #B96D54

Color information

#B96D54 (or 0xB96D54) is unknown color: approx Sante Fe. HEX triplet: B9, 6D and 54. RGB value is (185,109,84). Sum of RGB (Red+Green+Blue) = 185+109+84=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D54 is #4692AB. Grayscale: #818181. Windows color (decimal): -4625068 or 5533113. OLE color: 5533113.

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

Color convert

RGB18510984-
CMYK00.410.550.27
HSL14.85º41.91%52.75%-
HSV(B)14.85º54.59%72.55%-
XYZ27.0821.8911.19-
YUV128.87102.68168.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 84 (33.20% from 255) = 22.22%
R=48.94%
G=28.84%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851098400.410.550.2714.8541.9152.75
HexB96D54029371Bf2a35
Octal2711551240516733175265
Binary10111001110110110101000101001110111110111111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96D54; }

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

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

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

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

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

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

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

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