Html Css Color HEX #BA9104 Dark Goldenrod

📋 copy color: '#BA9104'

red 186 ◦ green 145 ◦ blue 4

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

Shades of Dark Goldenrod #BA9104

Tints of Dark Goldenrod #BA9104

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.28%

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

R = 55.52%
G = 43.28%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA9104 (or 0xBA9104) is known color: Dark Goldenrod. HEX triplet: BA, 91 and 04. RGB value is (186,145,4). Sum of RGB (Red+Green+Blue) = 186+145+4=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9104 is #456EFB. Grayscale: #8D8D8D. Windows color (decimal): -4550396 or 299450. OLE color: 299450.

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

Color convert

RGB 186 145 4 -
CMYK 0 0.22 0.98 0.27
HSL 46.48º 0.96% 0.37% -
HSV(B) 46.48º 0.98% 0.73% -
XYZ 30.4 30.7 4.44 -
YUV 141.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 186 145 4 0 0.22 0.98 0.27 46.48 0.96 0.37
Hex BA 91 4 0 16 62 1B 2E 60 25
Octal 272 221 4 0 26 142 33 56 140 45
Binary 10111010 10010001 100 0 10110 1100010 11011 101110 1100000 100101

Color Harmonies of #BA9104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9104

Black with #BA9104

Text Example


Text Example

White with #BA9104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9104; }

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

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

background-color css

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

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

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

border-color css

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

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

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