Html Css Color HEX #BAA60E Buddha Gold

📋 copy color: '#BAA60E'

red 186 ◦ green 166 ◦ blue 14

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

Shades of Buddha Gold #BAA60E

Tints of Buddha Gold #BAA60E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.36%

 BLUE value IS 14 (5.86% from 255) = 3.83%

R = 50.82%
G = 45.36%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BAA60E (or 0xBAA60E) is known color: Buddha Gold. HEX triplet: BA, A6 and 0E. RGB value is (186,166,14). Sum of RGB (Red+Green+Blue) = 186+166+14=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA60E is #4559F1. Grayscale: #9B9B9B. Windows color (decimal): -4545010 or 960186. OLE color: 960186.

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

Color convert

RGB 186 166 14 -
CMYK 0 0.11 0.92 0.27
HSL 53.02º 0.86% 0.39% -
HSV(B) 53.02º 0.92% 0.73% -
XYZ 33.97 37.74 5.91 -
YUV 154.65 48.63 150.36 -
System Red Green Blue C M Y K H S L
Decimal 186 166 14 0 0.11 0.92 0.27 53.02 0.86 0.39
Hex BA A6 E 0 B 5C 1B 35 56 27
Octal 272 246 16 0 13 134 33 65 126 47
Binary 10111010 10100110 1110 0 1011 1011100 11011 110101 1010110 100111

Color Harmonies of #BAA60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA60E

Black with #BAA60E

Text Example


Text Example

White with #BAA60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA60E; }

 p { color: rgb(186,166,14); }

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

background-color css

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

 a { background-color: rgb(186,166,14); }

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

border-color css

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

 span { border-color: rgb(186,166,14); }

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