Html Css Color HEX #BA6311 Chocolate

📋 copy color: '#BA6311'

red 186 ◦ green 99 ◦ blue 17

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

Shades of Chocolate #BA6311

Tints of Chocolate #BA6311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 61.59%
G = 32.78%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA6311 (or 0xBA6311) is known color: Chocolate. HEX triplet: BA, 63 and 11. RGB value is (186,99,17). Sum of RGB (Red+Green+Blue) = 186+99+17=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6311 is #459CEE. Grayscale: #747474. Windows color (decimal): -4562159 or 1139642. OLE color: 1139642.

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

Color convert

RGB 186 99 17 -
CMYK 0 0.47 0.91 0.27
HSL 29.11º 0.83% 0.4% -
HSV(B) 29.11º 0.91% 0.73% -
XYZ 24.81 19.4 2.97 -
YUV 115.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 186 99 17 0 0.47 0.91 0.27 29.11 0.83 0.4
Hex BA 63 11 0 2F 5B 1B 1D 53 28
Octal 272 143 21 0 57 133 33 35 123 50
Binary 10111010 1100011 10001 0 101111 1011011 11011 11101 1010011 101000

Color Harmonies of #BA6311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6311

Black with #BA6311

Text Example


Text Example

White with #BA6311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6311; }

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

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

background-color css

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

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

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

border-color css

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

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

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