Html Css Color HEX #BA8000 Dark Goldenrod

📋 copy color: '#BA8000'

red 186 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #BA8000

Tints of Dark Goldenrod #BA8000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.24%
G = 40.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA8000 (or 0xBA8000) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 00. RGB value is (186,128,0). Sum of RGB (Red+Green+Blue) = 186+128+0=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8000 is #457FFF. Grayscale: #838383. Windows color (decimal): -4554752 or 32954. OLE color: 32954.

HSL color Cylindrical-coordinate representation of color #BA8000: hue angle of 41.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA8000 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 128 0 -
CMYK 0 0.31 1 0.27
HSL 41.29º 1% 0.36% -
HSV(B) 41.29º 1% 0.73% -
XYZ 27.97 25.88 3.52 -
YUV 130.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 186 128 0 0 0.31 1 0.27 41.29 1 0.36
Hex BA 80 0 0 1F 64 1B 29 64 24
Octal 272 200 0 0 37 144 33 51 144 44
Binary 10111010 10000000 0 0 11111 1100100 11011 101001 1100100 100100

Color Harmonies of #BA8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8000

Black with #BA8000

Text Example


Text Example

White with #BA8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8000; }

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

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

background-color css

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

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

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

border-color css

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

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

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