Html Css Color HEX #BA9400 Dark Goldenrod

📋 copy color: '#BA9400'

red 186 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #BA9400

Tints of Dark Goldenrod #BA9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

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

R = 55.69%
G = 44.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA9400 (or 0xBA9400) is known color: Dark Goldenrod. HEX triplet: BA, 94 and 00. RGB value is (186,148,0). Sum of RGB (Red+Green+Blue) = 186+148+0=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9400 is #456BFF. Grayscale: #8F8F8F. Windows color (decimal): -4549632 or 38074. OLE color: 38074.

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

Color convert

RGB 186 148 0 -
CMYK 0 0.20 1 0.27
HSL 47.74º 1% 0.36% -
HSV(B) 47.74º 1% 0.73% -
XYZ 30.84 31.62 4.48 -
YUV 142.49 47.59 159.03 -
System Red Green Blue C M Y K H S L
Decimal 186 148 0 0 0.20 1 0.27 47.74 1 0.36
Hex BA 94 0 0 14 64 1B 30 64 24
Octal 272 224 0 0 24 144 33 60 144 44
Binary 10111010 10010100 0 0 10100 1100100 11011 110000 1100100 100100

Color Harmonies of #BA9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9400

Black with #BA9400

Text Example


Text Example

White with #BA9400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9400; }

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

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

background-color css

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

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

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

border-color css

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

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

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