Html Css Color HEX #BA8614 Dark Goldenrod

📋 copy color: '#BA8614'

red 186 ◦ green 134 ◦ blue 20

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

Shades of Dark Goldenrod #BA8614

Tints of Dark Goldenrod #BA8614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 54.71%
G = 39.41%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA8614 (or 0xBA8614) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 14. RGB value is (186,134,20). Sum of RGB (Red+Green+Blue) = 186+134+20=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8614 is #4579EB. Grayscale: #898989. Windows color (decimal): -4553196 or 1345210. OLE color: 1345210.

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

Color convert

RGB 186 134 20 -
CMYK 0 0.28 0.89 0.27
HSL 41.2º 0.81% 0.4% -
HSV(B) 41.2º 0.89% 0.73% -
XYZ 28.9 27.54 4.45 -
YUV 136.55 62.23 163.27 -
System Red Green Blue C M Y K H S L
Decimal 186 134 20 0 0.28 0.89 0.27 41.2 0.81 0.4
Hex BA 86 14 0 1C 59 1B 29 51 28
Octal 272 206 24 0 34 131 33 51 121 50
Binary 10111010 10000110 10100 0 11100 1011001 11011 101001 1010001 101000

Color Harmonies of #BA8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8614

Black with #BA8614

Text Example


Text Example

White with #BA8614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8614; }

 p { color: rgb(186,134,20); }

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

background-color css

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

 a { background-color: rgb(186,134,20); }

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

border-color css

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

 span { border-color: rgb(186,134,20); }

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