Html Css Color HEX #BA6214 Chocolate

📋 copy color: '#BA6214'

red 186 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #BA6214

Tints of Chocolate #BA6214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

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

R = 61.18%
G = 32.24%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA6214 (or 0xBA6214) is known color: Chocolate. HEX triplet: BA, 62 and 14. RGB value is (186,98,20). Sum of RGB (Red+Green+Blue) = 186+98+20=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6214 is #459DEB. Grayscale: #737373. Windows color (decimal): -4562412 or 1335994. OLE color: 1335994.

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

Color convert

RGB 186 98 20 -
CMYK 0 0.47 0.89 0.27
HSL 28.19º 0.81% 0.4% -
HSV(B) 28.19º 0.89% 0.73% -
XYZ 24.74 19.22 3.07 -
YUV 115.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 186 98 20 0 0.47 0.89 0.27 28.19 0.81 0.4
Hex BA 62 14 0 2F 59 1B 1C 51 28
Octal 272 142 24 0 57 131 33 34 121 50
Binary 10111010 1100010 10100 0 101111 1011001 11011 11100 1010001 101000

Color Harmonies of #BA6214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6214

Black with #BA6214

Text Example


Text Example

White with #BA6214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6214; }

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

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

background-color css

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

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

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

border-color css

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

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

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