Html Css Color HEX #BAA211 Buddha Gold

📋 copy color: '#BAA211'

red 186 ◦ green 162 ◦ blue 17

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

Shades of Buddha Gold #BAA211

Tints of Buddha Gold #BAA211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.66%

R = 50.96%
G = 44.38%
B = 4.66%

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

#BAA211 (or 0xBAA211) is known color: Buddha Gold. HEX triplet: BA, A2 and 11. RGB value is (186,162,17). Sum of RGB (Red+Green+Blue) = 186+162+17=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA211 is #455DEE. Grayscale: #999999. Windows color (decimal): -4546031 or 1155770. OLE color: 1155770.

HSL color Cylindrical-coordinate representation of color #BAA211: hue angle of 51.48º degrees, saturation: 0.83, 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 #BAA211 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 162 17 -
CMYK 0 0.13 0.91 0.27
HSL 51.48º 0.83% 0.4% -
HSV(B) 51.48º 0.91% 0.73% -
XYZ 33.27 36.32 5.79 -
YUV 152.65 51.45 151.79 -
System Red Green Blue C M Y K H S L
Decimal 186 162 17 0 0.13 0.91 0.27 51.48 0.83 0.4
Hex BA A2 11 0 D 5B 1B 33 53 28
Octal 272 242 21 0 15 133 33 63 123 50
Binary 10111010 10100010 10001 0 1101 1011011 11011 110011 1010011 101000

Color Harmonies of #BAA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA211

Black with #BAA211

Text Example


Text Example

White with #BAA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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