#B96C4D

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

Shades of Sante Fe #B96C4D

Tints of Sante Fe #B96C4D

Color information

#B96C4D (or 0xB96C4D) is unknown color: approx Sante Fe. HEX triplet: B9, 6C and 4D. RGB value is (185,108,77). Sum of RGB (Red+Green+Blue) = 185+108+77=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C4D is #4693B2. Grayscale: #7F7F7F. Windows color (decimal): -4625331 or 5074105. OLE color: 5074105.

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

Color convert

RGB18510877-
CMYK00.420.580.27
HSL17.22º43.55%51.37%-
HSV(B)17.22º58.38%72.55%-
XYZ26.7121.589.78-
YUV127.4999.51169.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 77 (30.47% from 255) = 20.81%
R=50%
G=29.19%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851087700.420.580.2717.2243.5551.37
HexB96C4D02A3A1B112c33
Octal2711541150527233215463
Binary101110011101100100110101010101110101101110001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C4D; }

 p { color: rgb(185,108,77); }

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

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

 a { background-color: rgb(185,108,77); }

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

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

 span { border-color: rgb(185,108,77); }

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