#B96C4E

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

Shades of Sante Fe #B96C4E

Tints of Sante Fe #B96C4E

Color information

#B96C4E (or 0xB96C4E) is unknown color: approx Sante Fe. HEX triplet: B9, 6C and 4E. RGB value is (185,108,78). Sum of RGB (Red+Green+Blue) = 185+108+78=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C4E is #4693B1. Grayscale: #7F7F7F. Windows color (decimal): -4625330 or 5139641. OLE color: 5139641.

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

Color convert

RGB18510878-
CMYK00.420.580.27
HSL16.82º43.32%51.57%-
HSV(B)16.82º57.84%72.55%-
XYZ26.7521.599.97-
YUV127.6100.01168.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=49.87%
G=29.11%
B=21.02%

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
Decimal1851087800.420.580.2716.8243.3251.57
HexB96C4E02A3A1B112b34
Octal2711541160527233215364
Binary101110011101100100111001010101110101101110001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C4E; }

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

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

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

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

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

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

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

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