#BA6411

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

Shades of Chocolate #BA6411

Tints of Chocolate #BA6411

Color information

#BA6411 (or 0xBA6411) is unknown color: approx Chocolate. HEX triplet: BA, 64 and 11. RGB value is (186,100,17). Sum of RGB (Red+Green+Blue) = 186+100+17=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6411 is #459BEE. Grayscale: #747474. Windows color (decimal): -4561903 or 1139898. OLE color: 1139898.

HSL color Cylindrical-coordinate representation of color #BA6411: hue angle of 29.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA6411 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18610017-
CMYK00.460.910.27
HSL29.47º83.25%39.8%-
HSV(B)29.47º90.86%72.94%-
XYZ24.9119.593-
YUV116.2571.99177.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 17 (7.03% from 255) = 5.61%
R=61.39%
G=33.00%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861001700.460.910.2729.4783.2539.8
HexBA641102E5B1B1d5328
Octal27214421056133333512350
Binary101110101100100100010101110101101111011111011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6411; }

 p { color: rgb(186,100,17); }

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

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

 a { background-color: rgb(186,100,17); }

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

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

 span { border-color: rgb(186,100,17); }

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