#BA6311

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

Shades of Chocolate #BA6311

Tints of Chocolate #BA6311

Color information

#BA6311 (or 0xBA6311) is unknown color: approx Chocolate. HEX triplet: BA, 63 and 11. RGB value is (186,99,17). Sum of RGB (Red+Green+Blue) = 186+99+17=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6311 is #459CEE. Grayscale: #747474. Windows color (decimal): -4562159 or 1139642. OLE color: 1139642.

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

Color convert

RGB1869917-
CMYK00.470.910.27
HSL29.11º83.25%39.8%-
HSV(B)29.11º90.86%72.94%-
XYZ24.8119.42.97-
YUV115.6672.32178.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.59%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 17 (7.03% from 255) = 5.63%
R=61.59%
G=32.78%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186991700.470.910.2729.1183.2539.8
HexBA631102F5B1B1d5328
Octal27214321057133333512350
Binary101110101100011100010101111101101111011111011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6311; }

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

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

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

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

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

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

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

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