Html Css Color HEX #BAA500 Buddha Gold

📋 copy color: '#BAA500'

red 186 ◦ green 165 ◦ blue 0

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

Shades of Buddha Gold #BAA500

Tints of Buddha Gold #BAA500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.01%

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

R = 52.99%
G = 47.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BAA500 (or 0xBAA500) is known color: Buddha Gold. HEX triplet: BA, A5 and 00. RGB value is (186,165,0). Sum of RGB (Red+Green+Blue) = 186+165+0=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA500 is #455AFF. Grayscale: #999999. Windows color (decimal): -4545280 or 42426. OLE color: 42426.

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

Color convert

RGB 186 165 0 -
CMYK 0 0.11 1 0.27
HSL 53.23º 1% 0.36% -
HSV(B) 53.23º 1% 0.73% -
XYZ 33.7 37.35 5.43 -
YUV 152.47 41.96 151.92 -
System Red Green Blue C M Y K H S L
Decimal 186 165 0 0 0.11 1 0.27 53.23 1 0.36
Hex BA A5 0 0 B 64 1B 35 64 24
Octal 272 245 0 0 13 144 33 65 144 44
Binary 10111010 10100101 0 0 1011 1100100 11011 110101 1100100 100100

Color Harmonies of #BAA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA500

Black with #BAA500

Text Example


Text Example

White with #BAA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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