Html Css Color HEX #BAA502 Buddha Gold

📋 copy color: '#BAA502'

red 186 ◦ green 165 ◦ blue 2

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

Shades of Buddha Gold #BAA502

Tints of Buddha Gold #BAA502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 52.69%
G = 46.74%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BAA502 (or 0xBAA502) is known color: Buddha Gold. HEX triplet: BA, A5 and 02. RGB value is (186,165,2). Sum of RGB (Red+Green+Blue) = 186+165+2=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA502 is #455AFD. Grayscale: #999999. Windows color (decimal): -4545278 or 173498. OLE color: 173498.

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

Color convert

RGB 186 165 2 -
CMYK 0 0.11 0.99 0.27
HSL 53.15º 0.98% 0.37% -
HSV(B) 53.15º 0.99% 0.73% -
XYZ 33.72 37.35 5.49 -
YUV 152.7 42.96 151.75 -
System Red Green Blue C M Y K H S L
Decimal 186 165 2 0 0.11 0.99 0.27 53.15 0.98 0.37
Hex BA A5 2 0 B 63 1B 35 62 25
Octal 272 245 2 0 13 143 33 65 142 45
Binary 10111010 10100101 10 0 1011 1100011 11011 110101 1100010 100101

Color Harmonies of #BAA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA502

Black with #BAA502

Text Example


Text Example

White with #BAA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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