Html Css Color HEX #BAA012 Buddha Gold

📋 copy color: '#BAA012'

red 186 ◦ green 160 ◦ blue 18

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

Shades of Buddha Gold #BAA012

Tints of Buddha Gold #BAA012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.95%

R = 51.1%
G = 43.96%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAA012 (or 0xBAA012) is known color: Buddha Gold. HEX triplet: BA, A0 and 12. RGB value is (186,160,18). Sum of RGB (Red+Green+Blue) = 186+160+18=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA012 is #455FED. Grayscale: #989898. Windows color (decimal): -4546542 or 1220794. OLE color: 1220794.

HSL color Cylindrical-coordinate representation of color #BAA012: hue angle of 50.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAA012 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 160 18 -
CMYK 0 0.14 0.90 0.27
HSL 50.71º 0.82% 0.4% -
HSV(B) 50.71º 0.9% 0.73% -
XYZ 32.93 35.62 5.71 -
YUV 151.59 52.61 152.55 -
System Red Green Blue C M Y K H S L
Decimal 186 160 18 0 0.14 0.90 0.27 50.71 0.82 0.4
Hex BA A0 12 0 E 5A 1B 33 52 28
Octal 272 240 22 0 16 132 33 63 122 50
Binary 10111010 10100000 10010 0 1110 1011010 11011 110011 1010010 101000

Color Harmonies of #BAA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA012

Black with #BAA012

Text Example


Text Example

White with #BAA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA012; }

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

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

background-color css

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

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

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

border-color css

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

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

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