#B86A4E

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

Shades of Sante Fe #B86A4E

Tints of Sante Fe #B86A4E

Color information

#B86A4E (or 0xB86A4E) is unknown color: approx Sante Fe. HEX triplet: B8, 6A and 4E. RGB value is (184,106,78). Sum of RGB (Red+Green+Blue) = 184+106+78=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86A4E is #4795B1. Grayscale: #7E7E7E. Windows color (decimal): -4691378 or 5139128. OLE color: 5139128.

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

Color convert

RGB18410678-
CMYK00.420.580.28
HSL15.85º42.74%51.37%-
HSV(B)15.85º57.61%72.16%-
XYZ26.321.059.88-
YUV126.13100.84169.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 106 (41.80% from 255) = 28.80%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=50%
G=28.80%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841067800.420.580.2815.8542.7451.37
HexB86A4E02A3A1C102b33
Octal2701521160527234205363
Binary101110001101010100111001010101110101110010000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A4E; }

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

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

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

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

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

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

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

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