Html Css Color HEX #BAA400 Buddha Gold

📋 copy color: '#BAA400'

red 186 ◦ green 164 ◦ blue 0

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

Shades of Buddha Gold #BAA400

Tints of Buddha Gold #BAA400

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.14%
G = 46.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BAA400 (or 0xBAA400) is known color: Buddha Gold. HEX triplet: BA, A4 and 00. RGB value is (186,164,0). Sum of RGB (Red+Green+Blue) = 186+164+0=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA400 is #455BFF. Grayscale: #989898. Windows color (decimal): -4545536 or 42170. OLE color: 42170.

HSL color Cylindrical-coordinate representation of color #BAA400: hue angle of 52.9º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAA400 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 164 0 -
CMYK 0 0.12 1 0.27
HSL 52.9º 1% 0.36% -
HSV(B) 52.9º 1% 0.73% -
XYZ 33.53 36.99 5.37 -
YUV 151.88 42.29 152.34 -
System Red Green Blue C M Y K H S L
Decimal 186 164 0 0 0.12 1 0.27 52.9 1 0.36
Hex BA A4 0 0 C 64 1B 35 64 24
Octal 272 244 0 0 14 144 33 65 144 44
Binary 10111010 10100100 0 0 1100 1100100 11011 110101 1100100 100100

Color Harmonies of #BAA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA400

Black with #BAA400

Text Example


Text Example

White with #BAA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA400; }

 p { color: rgb(186,164,0); }

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

background-color css

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

 a { background-color: rgb(186,164,0); }

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

border-color css

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

 span { border-color: rgb(186,164,0); }

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