#B96A4E

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

Shades of Sante Fe #B96A4E

Tints of Sante Fe #B96A4E

Color information

#B96A4E (or 0xB96A4E) is unknown color: approx Sante Fe. HEX triplet: B9, 6A and 4E. RGB value is (185,106,78). Sum of RGB (Red+Green+Blue) = 185+106+78=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A4E is #4695B1. Grayscale: #7E7E7E. Windows color (decimal): -4625842 or 5139129. OLE color: 5139129.

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

Color convert

RGB18510678-
CMYK00.430.580.27
HSL15.7º43.32%51.57%-
HSV(B)15.7º57.84%72.55%-
XYZ26.5421.179.9-
YUV126.43100.67169.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 106 (41.80% from 255) = 28.73%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=50.14%
G=28.73%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851067800.430.580.2715.743.3251.57
HexB96A4E02B3A1B102b34
Octal2711521160537233205364
Binary101110011101010100111001010111110101101110000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96A4E; }

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

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

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

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

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

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

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

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