Html Css Color HEX #BAA504 Buddha Gold

📋 copy color: '#BAA504'

red 186 ◦ green 165 ◦ blue 4

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

Shades of Buddha Gold #BAA504

Tints of Buddha Gold #BAA504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.48%

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

R = 52.39%
G = 46.48%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BAA504 (or 0xBAA504) is known color: Buddha Gold. HEX triplet: BA, A5 and 04. RGB value is (186,165,4). Sum of RGB (Red+Green+Blue) = 186+165+4=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA504 is #455AFB. Grayscale: #999999. Windows color (decimal): -4545276 or 304570. OLE color: 304570.

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

Color convert

RGB 186 165 4 -
CMYK 0 0.11 0.98 0.27
HSL 53.08º 0.96% 0.37% -
HSV(B) 53.08º 0.98% 0.73% -
XYZ 33.73 37.36 5.55 -
YUV 152.93 43.96 151.59 -
System Red Green Blue C M Y K H S L
Decimal 186 165 4 0 0.11 0.98 0.27 53.08 0.96 0.37
Hex BA A5 4 0 B 62 1B 35 60 25
Octal 272 245 4 0 13 142 33 65 140 45
Binary 10111010 10100101 100 0 1011 1100010 11011 110101 1100000 100101

Color Harmonies of #BAA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA504

Black with #BAA504

Text Example


Text Example

White with #BAA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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