Html Css Color HEX #BA6610 Chocolate

📋 copy color: '#BA6610'

red 186 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #BA6610

Tints of Chocolate #BA6610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 61.18%
G = 33.55%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA6610 (or 0xBA6610) is known color: Chocolate. HEX triplet: BA, 66 and 10. RGB value is (186,102,16). Sum of RGB (Red+Green+Blue) = 186+102+16=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6610 is #4599EF. Grayscale: #757575. Windows color (decimal): -4561392 or 1074874. OLE color: 1074874.

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

Color convert

RGB 186 102 16 -
CMYK 0 0.45 0.91 0.27
HSL 30.35º 0.84% 0.4% -
HSV(B) 30.35º 0.91% 0.73% -
XYZ 25.09 19.98 3.02 -
YUV 117.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 186 102 16 0 0.45 0.91 0.27 30.35 0.84 0.4
Hex BA 66 10 0 2D 5B 1B 1E 54 28
Octal 272 146 20 0 55 133 33 36 124 50
Binary 10111010 1100110 10000 0 101101 1011011 11011 11110 1010100 101000

Color Harmonies of #BA6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6610

Black with #BA6610

Text Example


Text Example

White with #BA6610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6610; }

 p { color: rgb(186,102,16); }

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

background-color css

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

 a { background-color: rgb(186,102,16); }

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

border-color css

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

 span { border-color: rgb(186,102,16); }

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