Html Css Color HEX #BA9704 Dark Goldenrod

📋 copy color: '#BA9704'

red 186 ◦ green 151 ◦ blue 4

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

Shades of Dark Goldenrod #BA9704

Tints of Dark Goldenrod #BA9704

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.28%

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

R = 54.55%
G = 44.28%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA9704 (or 0xBA9704) is known color: Dark Goldenrod. HEX triplet: BA, 97 and 04. RGB value is (186,151,4). Sum of RGB (Red+Green+Blue) = 186+151+4=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9704 is #4568FB. Grayscale: #919191. Windows color (decimal): -4548860 or 300986. OLE color: 300986.

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

Color convert

RGB 186 151 4 -
CMYK 0 0.19 0.98 0.27
HSL 48.46º 0.96% 0.37% -
HSV(B) 48.46º 0.98% 0.73% -
XYZ 31.34 32.58 4.75 -
YUV 144.71 48.6 157.45 -
System Red Green Blue C M Y K H S L
Decimal 186 151 4 0 0.19 0.98 0.27 48.46 0.96 0.37
Hex BA 97 4 0 13 62 1B 30 60 25
Octal 272 227 4 0 23 142 33 60 140 45
Binary 10111010 10010111 100 0 10011 1100010 11011 110000 1100000 100101

Color Harmonies of #BA9704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9704

Black with #BA9704

Text Example


Text Example

White with #BA9704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9704; }

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

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

background-color css

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

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

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

border-color css

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

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

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