Html Css Color HEX #BAA314 Buddha Gold

📋 copy color: '#BAA314'

red 186 ◦ green 163 ◦ blue 20

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

Shades of Buddha Gold #BAA314

Tints of Buddha Gold #BAA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.17%

 BLUE value IS 20 (8.2% from 255) = 5.42%

R = 50.41%
G = 44.17%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAA314 (or 0xBAA314) is known color: Buddha Gold. HEX triplet: BA, A3 and 14. RGB value is (186,163,20). Sum of RGB (Red+Green+Blue) = 186+163+20=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA314 is #455CEB. Grayscale: #9A9A9A. Windows color (decimal): -4545772 or 1352634. OLE color: 1352634.

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

Color convert

RGB 186 163 20 -
CMYK 0 0.12 0.89 0.27
HSL 51.69º 0.81% 0.4% -
HSV(B) 51.69º 0.89% 0.73% -
XYZ 33.47 36.68 5.98 -
YUV 153.58 52.62 151.13 -
System Red Green Blue C M Y K H S L
Decimal 186 163 20 0 0.12 0.89 0.27 51.69 0.81 0.4
Hex BA A3 14 0 C 59 1B 34 51 28
Octal 272 243 24 0 14 131 33 64 121 50
Binary 10111010 10100011 10100 0 1100 1011001 11011 110100 1010001 101000

Color Harmonies of #BAA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA314

Black with #BAA314

Text Example


Text Example

White with #BAA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA314; }

 p { color: rgb(186,163,20); }

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

background-color css

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

 a { background-color: rgb(186,163,20); }

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

border-color css

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

 span { border-color: rgb(186,163,20); }

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