#B86B4E

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

Shades of Sante Fe #B86B4E

Tints of Sante Fe #B86B4E

Color information

#B86B4E (or 0xB86B4E) is unknown color: approx Sante Fe. HEX triplet: B8, 6B and 4E. RGB value is (184,107,78). Sum of RGB (Red+Green+Blue) = 184+107+78=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B4E is #4794B1. Grayscale: #7E7E7E. Windows color (decimal): -4691122 or 5139384. OLE color: 5139384.

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

Color convert

RGB18410778-
CMYK00.420.580.28
HSL16.42º42.74%51.37%-
HSV(B)16.42º57.61%72.16%-
XYZ26.421.269.92-
YUV126.72100.51168.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=49.86%
G=29.00%
B=21.14%

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
Decimal1841077800.420.580.2816.4242.7451.37
HexB86B4E02A3A1C102b33
Octal2701531160527234205363
Binary101110001101011100111001010101110101110010000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B4E; }

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

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

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

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

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

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

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

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