Html Css Color HEX #BA6014 Chocolate

📋 copy color: '#BA6014'

red 186 ◦ green 96 ◦ blue 20

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

Shades of Chocolate #BA6014

Tints of Chocolate #BA6014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

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

R = 61.59%
G = 31.79%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA6014 (or 0xBA6014) is known color: Chocolate. HEX triplet: BA, 60 and 14. RGB value is (186,96,20). Sum of RGB (Red+Green+Blue) = 186+96+20=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6014 is #459FEB. Grayscale: #727272. Windows color (decimal): -4562924 or 1335482. OLE color: 1335482.

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

Color convert

RGB 186 96 20 -
CMYK 0 0.48 0.89 0.27
HSL 27.47º 0.81% 0.4% -
HSV(B) 27.47º 0.89% 0.73% -
XYZ 24.56 18.86 3.01 -
YUV 114.25 74.82 179.18 -
System Red Green Blue C M Y K H S L
Decimal 186 96 20 0 0.48 0.89 0.27 27.47 0.81 0.4
Hex BA 60 14 0 30 59 1B 1B 51 28
Octal 272 140 24 0 60 131 33 33 121 50
Binary 10111010 1100000 10100 0 110000 1011001 11011 11011 1010001 101000

Color Harmonies of #BA6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6014

Black with #BA6014

Text Example


Text Example

White with #BA6014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6014; }

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

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

background-color css

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

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

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

border-color css

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

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

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