Html Css Color HEX #BA6811 Chocolate

📋 copy color: '#BA6811'

red 186 ◦ green 104 ◦ blue 17

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

Shades of Chocolate #BA6811

Tints of Chocolate #BA6811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.88%

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

R = 60.59%
G = 33.88%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA6811 (or 0xBA6811) is known color: Chocolate. HEX triplet: BA, 68 and 11. RGB value is (186,104,17). Sum of RGB (Red+Green+Blue) = 186+104+17=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6811 is #4597EE. Grayscale: #777777. Windows color (decimal): -4560879 or 1140922. OLE color: 1140922.

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

Color convert

RGB 186 104 17 -
CMYK 0 0.44 0.91 0.27
HSL 30.89º 0.83% 0.4% -
HSV(B) 30.89º 0.91% 0.73% -
XYZ 25.3 20.38 3.13 -
YUV 118.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 186 104 17 0 0.44 0.91 0.27 30.89 0.83 0.4
Hex BA 68 11 0 2C 5B 1B 1F 53 28
Octal 272 150 21 0 54 133 33 37 123 50
Binary 10111010 1101000 10001 0 101100 1011011 11011 11111 1010011 101000

Color Harmonies of #BA6811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6811

Black with #BA6811

Text Example


Text Example

White with #BA6811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6811; }

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

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

background-color css

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

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

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

border-color css

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

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

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