Html Css Color HEX #BAA20C Buddha Gold

📋 copy color: '#BAA20C'

red 186 ◦ green 162 ◦ blue 12

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

Shades of Buddha Gold #BAA20C

Tints of Buddha Gold #BAA20C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45%

 BLUE value IS 12 (5.08% from 255) = 3.33%

R = 51.67%
G = 45%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BAA20C (or 0xBAA20C) is known color: Buddha Gold. HEX triplet: BA, A2 and 0C. RGB value is (186,162,12). Sum of RGB (Red+Green+Blue) = 186+162+12=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA20C is #455DF3. Grayscale: #989898. Windows color (decimal): -4546036 or 828090. OLE color: 828090.

HSL color Cylindrical-coordinate representation of color #BAA20C: hue angle of 51.72º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAA20C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 162 12 -
CMYK 0 0.13 0.94 0.27
HSL 51.72º 0.88% 0.39% -
HSV(B) 51.72º 0.94% 0.73% -
XYZ 33.24 36.31 5.6 -
YUV 152.08 48.95 152.2 -
System Red Green Blue C M Y K H S L
Decimal 186 162 12 0 0.13 0.94 0.27 51.72 0.88 0.39
Hex BA A2 C 0 D 5E 1B 34 58 27
Octal 272 242 14 0 15 136 33 64 130 47
Binary 10111010 10100010 1100 0 1101 1011110 11011 110100 1011000 100111

Color Harmonies of #BAA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA20C

Black with #BAA20C

Text Example


Text Example

White with #BAA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA20C; }

 p { color: rgb(186,162,12); }

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

background-color css

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

 a { background-color: rgb(186,162,12); }

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

border-color css

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

 span { border-color: rgb(186,162,12); }

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