#BA6715

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

Shades of Chocolate #BA6715

Tints of Chocolate #BA6715

Color information

#BA6715 (or 0xBA6715) is unknown color: approx Chocolate. HEX triplet: BA, 67 and 15. RGB value is (186,103,21). Sum of RGB (Red+Green+Blue) = 186+103+21=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6715 is #4598EA. Grayscale: #767676. Windows color (decimal): -4561131 or 1402810. OLE color: 1402810.

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

Color convert

RGB18610321-
CMYK00.450.890.27
HSL29.82º79.71%40.59%-
HSV(B)29.82º88.71%72.94%-
XYZ25.2420.193.28-
YUV118.4773176.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 21 (8.59% from 255) = 6.77%
R=60%
G=33.23%
B=6.77%

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
Decimal1861032100.450.890.2729.8279.7140.59
HexBA671502D591B1e5029
Octal27214725055131333612051
Binary101110101100111101010101101101100111011111101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6715; }

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

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

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

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

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

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

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

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