Html Css Color HEX #BAA000 Buddha Gold

📋 copy color: '#BAA000'

red 186 ◦ green 160 ◦ blue 0

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

Shades of Buddha Gold #BAA000

Tints of Buddha Gold #BAA000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.24%

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

R = 53.76%
G = 46.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BAA000 (or 0xBAA000) is known color: Buddha Gold. HEX triplet: BA, A0 and 00. RGB value is (186,160,0). Sum of RGB (Red+Green+Blue) = 186+160+0=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA000 is #455FFF. Grayscale: #969696. Windows color (decimal): -4546560 or 41146. OLE color: 41146.

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

Color convert

RGB 186 160 0 -
CMYK 0 0.14 1 0.27
HSL 51.61º 1% 0.36% -
HSV(B) 51.61º 1% 0.73% -
XYZ 32.82 35.58 5.14 -
YUV 149.53 43.61 154.01 -
System Red Green Blue C M Y K H S L
Decimal 186 160 0 0 0.14 1 0.27 51.61 1 0.36
Hex BA A0 0 0 E 64 1B 34 64 24
Octal 272 240 0 0 16 144 33 64 144 44
Binary 10111010 10100000 0 0 1110 1100100 11011 110100 1100100 100100

Color Harmonies of #BAA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA000

Black with #BAA000

Text Example


Text Example

White with #BAA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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