Html Css Color HEX #BA6710 Chocolate

📋 copy color: '#BA6710'

red 186 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #BA6710

Tints of Chocolate #BA6710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

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

R = 60.98%
G = 33.77%
B = 5.25%

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

#BA6710 (or 0xBA6710) is known color: Chocolate. HEX triplet: BA, 67 and 10. RGB value is (186,103,16). Sum of RGB (Red+Green+Blue) = 186+103+16=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6710 is #4598EF. Grayscale: #767676. Windows color (decimal): -4561136 or 1075130. OLE color: 1075130.

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

Color convert

RGB 186 103 16 -
CMYK 0 0.45 0.91 0.27
HSL 30.71º 0.84% 0.4% -
HSV(B) 30.71º 0.91% 0.73% -
XYZ 25.19 20.18 3.06 -
YUV 117.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 186 103 16 0 0.45 0.91 0.27 30.71 0.84 0.4
Hex BA 67 10 0 2D 5B 1B 1F 54 28
Octal 272 147 20 0 55 133 33 37 124 50
Binary 10111010 1100111 10000 0 101101 1011011 11011 11111 1010100 101000

Color Harmonies of #BA6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6710

Black with #BA6710

Text Example


Text Example

White with #BA6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6710; }

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

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

background-color css

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

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

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

border-color css

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

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

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