Html Css Color HEX #BA6716 Chocolate

📋 copy color: '#BA6716'

red 186 ◦ green 103 ◦ blue 22

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

Shades of Chocolate #BA6716

Tints of Chocolate #BA6716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 59.81%
G = 33.12%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA6716 (or 0xBA6716) is known color: Chocolate. HEX triplet: BA, 67 and 16. RGB value is (186,103,22). Sum of RGB (Red+Green+Blue) = 186+103+22=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6716 is #4598E9. Grayscale: #767676. Windows color (decimal): -4561130 or 1468346. OLE color: 1468346.

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

Color convert

RGB 186 103 22 -
CMYK 0 0.45 0.88 0.27
HSL 29.63º 0.79% 0.41% -
HSV(B) 29.63º 0.88% 0.73% -
XYZ 25.24 20.2 3.33 -
YUV 118.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 186 103 22 0 0.45 0.88 0.27 29.63 0.79 0.41
Hex BA 67 16 0 2D 58 1B 1E 4F 29
Octal 272 147 26 0 55 130 33 36 117 51
Binary 10111010 1100111 10110 0 101101 1011000 11011 11110 1001111 101001

Color Harmonies of #BA6716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6716

Black with #BA6716

Text Example


Text Example

White with #BA6716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6716; }

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

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

background-color css

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

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

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

border-color css

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

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

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