#BA6615

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

Shades of Chocolate #BA6615

Tints of Chocolate #BA6615

Color information

#BA6615 (or 0xBA6615) is unknown color: approx Chocolate. HEX triplet: BA, 66 and 15. RGB value is (186,102,21). Sum of RGB (Red+Green+Blue) = 186+102+21=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6615 is #4599EA. Grayscale: #767676. Windows color (decimal): -4561387 or 1402554. OLE color: 1402554.

HSL color Cylindrical-coordinate representation of color #BA6615: hue angle of 29.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA6615 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18610221-
CMYK00.450.890.27
HSL29.45º79.71%40.59%-
HSV(B)29.45º88.71%72.94%-
XYZ25.14203.24-
YUV117.8873.33176.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 21 (8.59% from 255) = 6.80%
R=60.19%
G=33.01%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861022100.450.890.2729.4579.7140.59
HexBA661502D591B1d5029
Octal27214625055131333512051
Binary101110101100110101010101101101100111011111011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6615; }

 p { color: rgb(186,102,21); }

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

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

 a { background-color: rgb(186,102,21); }

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

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

 span { border-color: rgb(186,102,21); }

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