Html Css Color HEX #BA6312 Chocolate

📋 copy color: '#BA6312'

red 186 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #BA6312

Tints of Chocolate #BA6312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

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

R = 61.39%
G = 32.67%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA6312 (or 0xBA6312) is known color: Chocolate. HEX triplet: BA, 63 and 12. RGB value is (186,99,18). Sum of RGB (Red+Green+Blue) = 186+99+18=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6312 is #459CED. Grayscale: #747474. Windows color (decimal): -4562158 or 1205178. OLE color: 1205178.

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

Color convert

RGB 186 99 18 -
CMYK 0 0.47 0.90 0.27
HSL 28.93º 0.82% 0.4% -
HSV(B) 28.93º 0.9% 0.73% -
XYZ 24.82 19.41 3.01 -
YUV 115.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 186 99 18 0 0.47 0.90 0.27 28.93 0.82 0.4
Hex BA 63 12 0 2F 5A 1B 1D 52 28
Octal 272 143 22 0 57 132 33 35 122 50
Binary 10111010 1100011 10010 0 101111 1011010 11011 11101 1010010 101000

Color Harmonies of #BA6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6312

Black with #BA6312

Text Example


Text Example

White with #BA6312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6312; }

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

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

background-color css

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

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

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

border-color css

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

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

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