Html Css Color HEX #BAA104 Buddha Gold

📋 copy color: '#BAA104'

red 186 ◦ green 161 ◦ blue 4

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

Shades of Buddha Gold #BAA104

Tints of Buddha Gold #BAA104

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.87%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 52.99%
G = 45.87%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BAA104 (or 0xBAA104) is known color: Buddha Gold. HEX triplet: BA, A1 and 04. RGB value is (186,161,4). Sum of RGB (Red+Green+Blue) = 186+161+4=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA104 is #455EFB. Grayscale: #979797. Windows color (decimal): -4546300 or 303546. OLE color: 303546.

HSL color Cylindrical-coordinate representation of color #BAA104: hue angle of 51.76º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAA104 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 161 4 -
CMYK 0 0.13 0.98 0.27
HSL 51.76º 0.96% 0.37% -
HSV(B) 51.76º 0.98% 0.73% -
XYZ 33.02 35.94 5.31 -
YUV 150.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 186 161 4 0 0.13 0.98 0.27 51.76 0.96 0.37
Hex BA A1 4 0 D 62 1B 34 60 25
Octal 272 241 4 0 15 142 33 64 140 45
Binary 10111010 10100001 100 0 1101 1100010 11011 110100 1100000 100101

Color Harmonies of #BAA104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA104

Black with #BAA104

Text Example


Text Example

White with #BAA104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA104; }

 p { color: rgb(186,161,4); }

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

background-color css

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

 a { background-color: rgb(186,161,4); }

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

border-color css

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

 span { border-color: rgb(186,161,4); }

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