Html Css Color HEX #BA9A04 Buddha Gold

📋 copy color: '#BA9A04'

red 186 ◦ green 154 ◦ blue 4

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

Shades of Buddha Gold #BA9A04

Tints of Buddha Gold #BA9A04

RGB

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

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

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

R = 54.07%
G = 44.77%
B = 1.16%

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

#BA9A04 (or 0xBA9A04) is known color: Buddha Gold. HEX triplet: BA, 9A and 04. RGB value is (186,154,4). Sum of RGB (Red+Green+Blue) = 186+154+4=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A04 is #4565FB. Grayscale: #939393. Windows color (decimal): -4548092 or 301754. OLE color: 301754.

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

Color convert

RGB 186 154 4 -
CMYK 0 0.17 0.98 0.27
HSL 49.45º 0.96% 0.37% -
HSV(B) 49.45º 0.98% 0.73% -
XYZ 31.83 33.56 4.91 -
YUV 146.47 47.6 156.2 -
System Red Green Blue C M Y K H S L
Decimal 186 154 4 0 0.17 0.98 0.27 49.45 0.96 0.37
Hex BA 9A 4 0 11 62 1B 31 60 25
Octal 272 232 4 0 21 142 33 61 140 45
Binary 10111010 10011010 100 0 10001 1100010 11011 110001 1100000 100101

Color Harmonies of #BA9A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A04

Black with #BA9A04

Text Example


Text Example

White with #BA9A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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