Html Css Color HEX #BA6812 Chocolate

📋 copy color: '#BA6812'

red 186 ◦ green 104 ◦ blue 18

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

Shades of Chocolate #BA6812

Tints of Chocolate #BA6812

RGB

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

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

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

R = 60.39%
G = 33.77%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA6812 (or 0xBA6812) is known color: Chocolate. HEX triplet: BA, 68 and 12. RGB value is (186,104,18). Sum of RGB (Red+Green+Blue) = 186+104+18=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6812 is #4597ED. Grayscale: #777777. Windows color (decimal): -4560878 or 1206458. OLE color: 1206458.

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

Color convert

RGB 186 104 18 -
CMYK 0 0.44 0.90 0.27
HSL 30.71º 0.82% 0.4% -
HSV(B) 30.71º 0.9% 0.73% -
XYZ 25.31 20.38 3.17 -
YUV 118.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 186 104 18 0 0.44 0.90 0.27 30.71 0.82 0.4
Hex BA 68 12 0 2C 5A 1B 1F 52 28
Octal 272 150 22 0 54 132 33 37 122 50
Binary 10111010 1101000 10010 0 101100 1011010 11011 11111 1010010 101000

Color Harmonies of #BA6812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6812

Black with #BA6812

Text Example


Text Example

White with #BA6812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6812; }

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

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

background-color css

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

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

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

border-color css

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

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

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