Html Css Color HEX #BAA503 Buddha Gold

📋 copy color: '#BAA503'

red 186 ◦ green 165 ◦ blue 3

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

Shades of Buddha Gold #BAA503

Tints of Buddha Gold #BAA503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 52.54%
G = 46.61%
B = 0.85%

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

#BAA503 (or 0xBAA503) is known color: Buddha Gold. HEX triplet: BA, A5 and 03. RGB value is (186,165,3). Sum of RGB (Red+Green+Blue) = 186+165+3=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA503 is #455AFC. Grayscale: #999999. Windows color (decimal): -4545277 or 239034. OLE color: 239034.

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

Color convert

RGB 186 165 3 -
CMYK 0 0.11 0.98 0.27
HSL 53.11º 0.97% 0.37% -
HSV(B) 53.11º 0.98% 0.73% -
XYZ 33.72 37.36 5.52 -
YUV 152.81 43.46 151.67 -
System Red Green Blue C M Y K H S L
Decimal 186 165 3 0 0.11 0.98 0.27 53.11 0.97 0.37
Hex BA A5 3 0 B 62 1B 35 61 25
Octal 272 245 3 0 13 142 33 65 141 45
Binary 10111010 10100101 11 0 1011 1100010 11011 110101 1100001 100101

Color Harmonies of #BAA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA503

Black with #BAA503

Text Example


Text Example

White with #BAA503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA503; }

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

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

background-color css

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

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

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

border-color css

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

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

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