Html Css Color HEX #BAA415 Buddha Gold

📋 copy color: '#BAA415'

red 186 ◦ green 164 ◦ blue 21

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

Shades of Buddha Gold #BAA415

Tints of Buddha Gold #BAA415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.66%

R = 50.13%
G = 44.2%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAA415 (or 0xBAA415) is known color: Buddha Gold. HEX triplet: BA, A4 and 15. RGB value is (186,164,21). Sum of RGB (Red+Green+Blue) = 186+164+21=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA415 is #455BEA. Grayscale: #9A9A9A. Windows color (decimal): -4545515 or 1418426. OLE color: 1418426.

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

Color convert

RGB 186 164 21 -
CMYK 0 0.12 0.89 0.27
HSL 52º 0.8% 0.41% -
HSV(B) 52º 0.89% 0.73% -
XYZ 33.66 37.04 6.09 -
YUV 154.28 52.79 150.63 -
System Red Green Blue C M Y K H S L
Decimal 186 164 21 0 0.12 0.89 0.27 52 0.8 0.41
Hex BA A4 15 0 C 59 1B 34 50 29
Octal 272 244 25 0 14 131 33 64 120 51
Binary 10111010 10100100 10101 0 1100 1011001 11011 110100 1010000 101001

Color Harmonies of #BAA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA415

Black with #BAA415

Text Example


Text Example

White with #BAA415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA415; }

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

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

background-color css

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

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

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

border-color css

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

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

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