Html Css Color HEX #BA8014 Dark Goldenrod

📋 copy color: '#BA8014'

red 186 ◦ green 128 ◦ blue 20

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

Shades of Dark Goldenrod #BA8014

Tints of Dark Goldenrod #BA8014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

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

R = 55.69%
G = 38.32%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA8014 (or 0xBA8014) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 14. RGB value is (186,128,20). Sum of RGB (Red+Green+Blue) = 186+128+20=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8014 is #457FEB. Grayscale: #858585. Windows color (decimal): -4554732 or 1343674. OLE color: 1343674.

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

Color convert

RGB 186 128 20 -
CMYK 0 0.31 0.89 0.27
HSL 39.04º 0.81% 0.4% -
HSV(B) 39.04º 0.89% 0.73% -
XYZ 28.1 25.93 4.19 -
YUV 133.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 186 128 20 0 0.31 0.89 0.27 39.04 0.81 0.4
Hex BA 80 14 0 1F 59 1B 27 51 28
Octal 272 200 24 0 37 131 33 47 121 50
Binary 10111010 10000000 10100 0 11111 1011001 11011 100111 1010001 101000

Color Harmonies of #BA8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8014

Black with #BA8014

Text Example


Text Example

White with #BA8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8014; }

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

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

background-color css

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

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

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

border-color css

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

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

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