Html Css Color HEX #BAA409 Buddha Gold

📋 copy color: '#BAA409'

red 186 ◦ green 164 ◦ blue 9

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

Shades of Buddha Gold #BAA409

Tints of Buddha Gold #BAA409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.68%

 BLUE value IS 9 (3.91% from 255) = 2.51%

R = 51.81%
G = 45.68%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAA409 (or 0xBAA409) is known color: Buddha Gold. HEX triplet: BA, A4 and 09. RGB value is (186,164,9). Sum of RGB (Red+Green+Blue) = 186+164+9=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA409 is #455BF6. Grayscale: #999999. Windows color (decimal): -4545527 or 631994. OLE color: 631994.

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

Color convert

RGB 186 164 9 -
CMYK 0 0.12 0.95 0.27
HSL 52.54º 0.91% 0.38% -
HSV(B) 52.54º 0.95% 0.73% -
XYZ 33.57 37.01 5.63 -
YUV 152.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 186 164 9 0 0.12 0.95 0.27 52.54 0.91 0.38
Hex BA A4 9 0 C 5F 1B 35 5B 26
Octal 272 244 11 0 14 137 33 65 133 46
Binary 10111010 10100100 1001 0 1100 1011111 11011 110101 1011011 100110

Color Harmonies of #BAA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA409

Black with #BAA409

Text Example


Text Example

White with #BAA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA409; }

 p { color: rgb(186,164,9); }

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

background-color css

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

 a { background-color: rgb(186,164,9); }

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

border-color css

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

 span { border-color: rgb(186,164,9); }

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