Html Css Color HEX #BAA804 Buddha Gold

📋 copy color: '#BAA804'

red 186 ◦ green 168 ◦ blue 4

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

Shades of Buddha Gold #BAA804

Tints of Buddha Gold #BAA804

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.93%

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

R = 51.96%
G = 46.93%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BAA804 (or 0xBAA804) is known color: Buddha Gold. HEX triplet: BA, A8 and 04. RGB value is (186,168,4). Sum of RGB (Red+Green+Blue) = 186+168+4=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA804 is #4557FB. Grayscale: #9B9B9B. Windows color (decimal): -4544508 or 305338. OLE color: 305338.

HSL color Cylindrical-coordinate representation of color #BAA804: hue angle of 54.07º 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 #BAA804 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 168 4 -
CMYK 0 0.10 0.98 0.27
HSL 54.07º 0.96% 0.37% -
HSV(B) 54.07º 0.98% 0.73% -
XYZ 34.27 38.45 5.73 -
YUV 154.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 186 168 4 0 0.10 0.98 0.27 54.07 0.96 0.37
Hex BA A8 4 0 A 62 1B 36 60 25
Octal 272 250 4 0 12 142 33 66 140 45
Binary 10111010 10101000 100 0 1010 1100010 11011 110110 1100000 100101

Color Harmonies of #BAA804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA804

Black with #BAA804

Text Example


Text Example

White with #BAA804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA804; }

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

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

background-color css

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

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

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

border-color css

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

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

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