Html Css Color HEX #BA6013 Chocolate

📋 copy color: '#BA6013'

red 186 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #BA6013

Tints of Chocolate #BA6013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 61.79%
G = 31.89%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA6013 (or 0xBA6013) is known color: Chocolate. HEX triplet: BA, 60 and 13. RGB value is (186,96,19). Sum of RGB (Red+Green+Blue) = 186+96+19=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6013 is #459FEC. Grayscale: #727272. Windows color (decimal): -4562925 or 1269946. OLE color: 1269946.

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

Color convert

RGB 186 96 19 -
CMYK 0 0.48 0.90 0.27
HSL 27.66º 0.81% 0.4% -
HSV(B) 27.66º 0.9% 0.73% -
XYZ 24.55 18.85 2.96 -
YUV 114.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 186 96 19 0 0.48 0.90 0.27 27.66 0.81 0.4
Hex BA 60 13 0 30 5A 1B 1C 51 28
Octal 272 140 23 0 60 132 33 34 121 50
Binary 10111010 1100000 10011 0 110000 1011010 11011 11100 1010001 101000

Color Harmonies of #BA6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6013

Black with #BA6013

Text Example


Text Example

White with #BA6013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6013; }

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

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

background-color css

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

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

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

border-color css

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

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

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