Html Css Color HEX #BA9A03 Dark Goldenrod

📋 copy color: '#BA9A03'

red 186 ◦ green 154 ◦ blue 3

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

Shades of Dark Goldenrod #BA9A03

Tints of Dark Goldenrod #BA9A03

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.9%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 54.23%
G = 44.9%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA9A03 (or 0xBA9A03) is known color: Dark Goldenrod. HEX triplet: BA, 9A and 03. RGB value is (186,154,3). Sum of RGB (Red+Green+Blue) = 186+154+3=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A03 is #4565FC. Grayscale: #929292. Windows color (decimal): -4548093 or 236218. OLE color: 236218.

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

Color convert

RGB 186 154 3 -
CMYK 0 0.17 0.98 0.27
HSL 49.51º 0.97% 0.37% -
HSV(B) 49.51º 0.98% 0.73% -
XYZ 31.82 33.56 4.89 -
YUV 146.35 47.1 156.28 -
System Red Green Blue C M Y K H S L
Decimal 186 154 3 0 0.17 0.98 0.27 49.51 0.97 0.37
Hex BA 9A 3 0 11 62 1B 32 61 25
Octal 272 232 3 0 21 142 33 62 141 45
Binary 10111010 10011010 11 0 10001 1100010 11011 110010 1100001 100101

Color Harmonies of #BA9A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A03

Black with #BA9A03

Text Example


Text Example

White with #BA9A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A03; }

 p { color: rgb(186,154,3); }

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

background-color css

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

 a { background-color: rgb(186,154,3); }

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

border-color css

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

 span { border-color: rgb(186,154,3); }

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