Html Css Color HEX #BAA015 Buddha Gold

📋 copy color: '#BAA015'

red 186 ◦ green 160 ◦ blue 21

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

Shades of Buddha Gold #BAA015

Tints of Buddha Gold #BAA015

RGB

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

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

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

R = 50.68%
G = 43.6%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAA015 (or 0xBAA015) is known color: Buddha Gold. HEX triplet: BA, A0 and 15. RGB value is (186,160,21). Sum of RGB (Red+Green+Blue) = 186+160+21=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA015 is #455FEA. Grayscale: #989898. Windows color (decimal): -4546539 or 1417402. OLE color: 1417402.

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

Color convert

RGB 186 160 21 -
CMYK 0 0.14 0.89 0.27
HSL 50.55º 0.8% 0.41% -
HSV(B) 50.55º 0.89% 0.73% -
XYZ 32.96 35.63 5.85 -
YUV 151.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 186 160 21 0 0.14 0.89 0.27 50.55 0.8 0.41
Hex BA A0 15 0 E 59 1B 33 50 29
Octal 272 240 25 0 16 131 33 63 120 51
Binary 10111010 10100000 10101 0 1110 1011001 11011 110011 1010000 101001

Color Harmonies of #BAA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA015

Black with #BAA015

Text Example


Text Example

White with #BAA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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