Html Css Color HEX #BA6414 Chocolate

📋 copy color: '#BA6414'

red 186 ◦ green 100 ◦ blue 20

#BA6414
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #BA6414

Tints of Chocolate #BA6414

RGB

 RED value IS 186 (73.05% from 255) = 60.78%

 GREEN value IS 100 (39.45% from 255) = 32.68%

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 60.78%
G = 32.68%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA6414 (or 0xBA6414) is known color: Chocolate. HEX triplet: BA, 64 and 14. RGB value is (186,100,20). Sum of RGB (Red+Green+Blue) = 186+100+20=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6414 is #459BEB. Grayscale: #757575. Windows color (decimal): -4561900 or 1336506. OLE color: 1336506.

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

Color convert

RGB 186 100 20 -
CMYK 0 0.46 0.89 0.27
HSL 28.92º 0.81% 0.4% -
HSV(B) 28.92º 0.89% 0.73% -
XYZ 24.93 19.6 3.13 -
YUV 116.59 73.49 177.5 -
System Red Green Blue C M Y K H S L
Decimal 186 100 20 0 0.46 0.89 0.27 28.92 0.81 0.4
Hex BA 64 14 0 2E 59 1B 1D 51 28
Octal 272 144 24 0 56 131 33 35 121 50
Binary 10111010 1100100 10100 0 101110 1011001 11011 11101 1010001 101000

Color Harmonies of #BA6414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6414

Black with #BA6414

Text Example


Text Example

White with #BA6414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6414; }

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

 H1.HeaderClassName
 {
   color: #BA6414;
 }
 .AnyTagClassName
 {
   color: #BA6414;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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