Html Css Color HEX #BA9300 Dark Goldenrod

📋 copy color: '#BA9300'

red 186 ◦ green 147 ◦ blue 0

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

Shades of Dark Goldenrod #BA9300

Tints of Dark Goldenrod #BA9300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.14%

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

R = 55.86%
G = 44.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA9300 (or 0xBA9300) is known color: Dark Goldenrod. HEX triplet: BA, 93 and 00. RGB value is (186,147,0). Sum of RGB (Red+Green+Blue) = 186+147+0=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9300 is #456CFF. Grayscale: #8E8E8E. Windows color (decimal): -4549888 or 37818. OLE color: 37818.

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

Color convert

RGB 186 147 0 -
CMYK 0 0.21 1 0.27
HSL 47.42º 1% 0.36% -
HSV(B) 47.42º 1% 0.73% -
XYZ 30.68 31.31 4.43 -
YUV 141.9 47.92 159.45 -
System Red Green Blue C M Y K H S L
Decimal 186 147 0 0 0.21 1 0.27 47.42 1 0.36
Hex BA 93 0 0 15 64 1B 2F 64 24
Octal 272 223 0 0 25 144 33 57 144 44
Binary 10111010 10010011 0 0 10101 1100100 11011 101111 1100100 100100

Color Harmonies of #BA9300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9300

Black with #BA9300

Text Example


Text Example

White with #BA9300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9300; }

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

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

background-color css

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

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

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

border-color css

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

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

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