Html Css Color HEX #BA6515 Chocolate

📋 copy color: '#BA6515'

red 186 ◦ green 101 ◦ blue 21

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

Shades of Chocolate #BA6515

Tints of Chocolate #BA6515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.82%

R = 60.39%
G = 32.79%
B = 6.82%

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

#BA6515 (or 0xBA6515) is known color: Chocolate. HEX triplet: BA, 65 and 15. RGB value is (186,101,21). Sum of RGB (Red+Green+Blue) = 186+101+21=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6515 is #459AEA. Grayscale: #757575. Windows color (decimal): -4561643 or 1402298. OLE color: 1402298.

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

Color convert

RGB 186 101 21 -
CMYK 0 0.46 0.89 0.27
HSL 29.09º 0.8% 0.41% -
HSV(B) 29.09º 0.89% 0.73% -
XYZ 25.04 19.8 3.21 -
YUV 117.3 73.66 177 -
System Red Green Blue C M Y K H S L
Decimal 186 101 21 0 0.46 0.89 0.27 29.09 0.8 0.41
Hex BA 65 15 0 2E 59 1B 1D 50 29
Octal 272 145 25 0 56 131 33 35 120 51
Binary 10111010 1100101 10101 0 101110 1011001 11011 11101 1010000 101001

Color Harmonies of #BA6515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6515

Black with #BA6515

Text Example


Text Example

White with #BA6515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6515; }

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

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

background-color css

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

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

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

border-color css

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

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

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