Html Css Color HEX #BA6514 Chocolate

📋 copy color: '#BA6514'

red 186 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #BA6514

Tints of Chocolate #BA6514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 60.59%
G = 32.9%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA6514 (or 0xBA6514) is known color: Chocolate. HEX triplet: BA, 65 and 14. RGB value is (186,101,20). Sum of RGB (Red+Green+Blue) = 186+101+20=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6514 is #459AEB. Grayscale: #757575. Windows color (decimal): -4561644 or 1336762. OLE color: 1336762.

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

Color convert

RGB 186 101 20 -
CMYK 0 0.46 0.89 0.27
HSL 29.28º 0.81% 0.4% -
HSV(B) 29.28º 0.89% 0.73% -
XYZ 25.03 19.8 3.16 -
YUV 117.18 73.16 177.09 -
System Red Green Blue C M Y K H S L
Decimal 186 101 20 0 0.46 0.89 0.27 29.28 0.81 0.4
Hex BA 65 14 0 2E 59 1B 1D 51 28
Octal 272 145 24 0 56 131 33 35 121 50
Binary 10111010 1100101 10100 0 101110 1011001 11011 11101 1010001 101000

Color Harmonies of #BA6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6514

Black with #BA6514

Text Example


Text Example

White with #BA6514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6514; }

 p { color: rgb(186,101,20); }

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

background-color css

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

 a { background-color: rgb(186,101,20); }

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

border-color css

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

 span { border-color: rgb(186,101,20); }

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