Html Css Color HEX #BA6411 Chocolate

📋 copy color: '#BA6411'

red 186 ◦ green 100 ◦ blue 17

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

Shades of Chocolate #BA6411

Tints of Chocolate #BA6411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.61%

R = 61.39%
G = 33%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA6411 (or 0xBA6411) is known color: Chocolate. HEX triplet: BA, 64 and 11. RGB value is (186,100,17). Sum of RGB (Red+Green+Blue) = 186+100+17=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6411 is #459BEE. Grayscale: #747474. Windows color (decimal): -4561903 or 1139898. OLE color: 1139898.

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

Color convert

RGB 186 100 17 -
CMYK 0 0.46 0.91 0.27
HSL 29.47º 0.83% 0.4% -
HSV(B) 29.47º 0.91% 0.73% -
XYZ 24.91 19.59 3 -
YUV 116.25 71.99 177.75 -
System Red Green Blue C M Y K H S L
Decimal 186 100 17 0 0.46 0.91 0.27 29.47 0.83 0.4
Hex BA 64 11 0 2E 5B 1B 1D 53 28
Octal 272 144 21 0 56 133 33 35 123 50
Binary 10111010 1100100 10001 0 101110 1011011 11011 11101 1010011 101000

Color Harmonies of #BA6411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6411

Black with #BA6411

Text Example


Text Example

White with #BA6411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6411; }

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

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

background-color css

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

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

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

border-color css

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

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

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