Html Css Color HEX #BAA60B Buddha Gold

📋 copy color: '#BAA60B'

red 186 ◦ green 166 ◦ blue 11

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

Shades of Buddha Gold #BAA60B

Tints of Buddha Gold #BAA60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 51.24%
G = 45.73%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BAA60B (or 0xBAA60B) is known color: Buddha Gold. HEX triplet: BA, A6 and 0B. RGB value is (186,166,11). Sum of RGB (Red+Green+Blue) = 186+166+11=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA60B is #4559F4. Grayscale: #9A9A9A. Windows color (decimal): -4545013 or 763578. OLE color: 763578.

HSL color Cylindrical-coordinate representation of color #BAA60B: hue angle of 53.14º degrees, saturation: 0.89, 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 #BAA60B is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 166 11 -
CMYK 0 0.11 0.94 0.27
HSL 53.14º 0.89% 0.39% -
HSV(B) 53.14º 0.94% 0.73% -
XYZ 33.95 37.74 5.81 -
YUV 154.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 186 166 11 0 0.11 0.94 0.27 53.14 0.89 0.39
Hex BA A6 B 0 B 5E 1B 35 59 27
Octal 272 246 13 0 13 136 33 65 131 47
Binary 10111010 10100110 1011 0 1011 1011110 11011 110101 1011001 100111

Color Harmonies of #BAA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA60B

Black with #BAA60B

Text Example


Text Example

White with #BAA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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