Html Css Color HEX #BA9304 Dark Goldenrod

📋 copy color: '#BA9304'

red 186 ◦ green 147 ◦ blue 4

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

Shades of Dark Goldenrod #BA9304

Tints of Dark Goldenrod #BA9304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 55.19%
G = 43.62%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA9304 (or 0xBA9304) is known color: Dark Goldenrod. HEX triplet: BA, 93 and 04. RGB value is (186,147,4). Sum of RGB (Red+Green+Blue) = 186+147+4=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9304 is #456CFB. Grayscale: #8E8E8E. Windows color (decimal): -4549884 or 299962. OLE color: 299962.

HSL color Cylindrical-coordinate representation of color #BA9304: hue angle of 47.14º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA9304 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 147 4 -
CMYK 0 0.21 0.98 0.27
HSL 47.14º 0.96% 0.37% -
HSV(B) 47.14º 0.98% 0.73% -
XYZ 30.71 31.32 4.54 -
YUV 142.36 49.92 159.13 -
System Red Green Blue C M Y K H S L
Decimal 186 147 4 0 0.21 0.98 0.27 47.14 0.96 0.37
Hex BA 93 4 0 15 62 1B 2F 60 25
Octal 272 223 4 0 25 142 33 57 140 45
Binary 10111010 10010011 100 0 10101 1100010 11011 101111 1100000 100101

Color Harmonies of #BA9304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9304

Black with #BA9304

Text Example


Text Example

White with #BA9304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9304; }

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

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

background-color css

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

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

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

border-color css

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

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

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