Html Css Color HEX #BA6412 Chocolate

📋 copy color: '#BA6412'

red 186 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #BA6412

Tints of Chocolate #BA6412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 61.18%
G = 32.89%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA6412 (or 0xBA6412) is known color: Chocolate. HEX triplet: BA, 64 and 12. RGB value is (186,100,18). Sum of RGB (Red+Green+Blue) = 186+100+18=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6412 is #459BED. Grayscale: #747474. Windows color (decimal): -4561902 or 1205434. OLE color: 1205434.

HSL color Cylindrical-coordinate representation of color #BA6412: hue angle of 29.29º degrees, saturation: 0.82, 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 #BA6412 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 100 18 -
CMYK 0 0.46 0.90 0.27
HSL 29.29º 0.82% 0.4% -
HSV(B) 29.29º 0.9% 0.73% -
XYZ 24.92 19.6 3.04 -
YUV 116.37 72.49 177.67 -
System Red Green Blue C M Y K H S L
Decimal 186 100 18 0 0.46 0.90 0.27 29.29 0.82 0.4
Hex BA 64 12 0 2E 5A 1B 1D 52 28
Octal 272 144 22 0 56 132 33 35 122 50
Binary 10111010 1100100 10010 0 101110 1011010 11011 11101 1010010 101000

Color Harmonies of #BA6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6412

Black with #BA6412

Text Example


Text Example

White with #BA6412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6412; }

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

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

background-color css

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

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

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

border-color css

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

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

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