Html Css Color HEX #BA8904 Dark Goldenrod

📋 copy color: '#BA8904'

red 186 ◦ green 137 ◦ blue 4

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

Shades of Dark Goldenrod #BA8904

Tints of Dark Goldenrod #BA8904

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.9%

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

R = 56.88%
G = 41.9%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA8904 (or 0xBA8904) is known color: Dark Goldenrod. HEX triplet: BA, 89 and 04. RGB value is (186,137,4). Sum of RGB (Red+Green+Blue) = 186+137+4=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8904 is #4576FB. Grayscale: #898989. Windows color (decimal): -4552444 or 297402. OLE color: 297402.

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

Color convert

RGB 186 137 4 -
CMYK 0 0.26 0.98 0.27
HSL 43.85º 0.96% 0.37% -
HSV(B) 43.85º 0.98% 0.73% -
XYZ 29.22 28.34 4.04 -
YUV 136.49 53.23 163.31 -
System Red Green Blue C M Y K H S L
Decimal 186 137 4 0 0.26 0.98 0.27 43.85 0.96 0.37
Hex BA 89 4 0 1A 62 1B 2C 60 25
Octal 272 211 4 0 32 142 33 54 140 45
Binary 10111010 10001001 100 0 11010 1100010 11011 101100 1100000 100101

Color Harmonies of #BA8904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8904

Black with #BA8904

Text Example


Text Example

White with #BA8904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8904; }

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

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

background-color css

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

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

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

border-color css

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

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

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