Html Css Color HEX #BAA210 Buddha Gold

📋 copy color: '#BAA210'

red 186 ◦ green 162 ◦ blue 16

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

Shades of Buddha Gold #BAA210

Tints of Buddha Gold #BAA210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 51.1%
G = 44.51%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BAA210 (or 0xBAA210) is known color: Buddha Gold. HEX triplet: BA, A2 and 10. RGB value is (186,162,16). Sum of RGB (Red+Green+Blue) = 186+162+16=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA210 is #455DEF. Grayscale: #999999. Windows color (decimal): -4546032 or 1090234. OLE color: 1090234.

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

Color convert

RGB 186 162 16 -
CMYK 0 0.13 0.91 0.27
HSL 51.53º 0.84% 0.4% -
HSV(B) 51.53º 0.91% 0.73% -
XYZ 33.26 36.32 5.75 -
YUV 152.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 186 162 16 0 0.13 0.91 0.27 51.53 0.84 0.4
Hex BA A2 10 0 D 5B 1B 34 54 28
Octal 272 242 20 0 15 133 33 64 124 50
Binary 10111010 10100010 10000 0 1101 1011011 11011 110100 1010100 101000

Color Harmonies of #BAA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA210

Black with #BAA210

Text Example


Text Example

White with #BAA210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA210; }

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

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

background-color css

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

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

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

border-color css

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

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

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