Html Css Color HEX #BAA319 Buddha Gold

📋 copy color: '#BAA319'

red 186 ◦ green 163 ◦ blue 25

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

Shades of Buddha Gold #BAA319

Tints of Buddha Gold #BAA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.58%

 BLUE value IS 25 (10.16% from 255) = 6.68%

R = 49.73%
G = 43.58%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BAA319 (or 0xBAA319) is known color: Buddha Gold. HEX triplet: BA, A3 and 19. RGB value is (186,163,25). Sum of RGB (Red+Green+Blue) = 186+163+25=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA319 is #455CE6. Grayscale: #9A9A9A. Windows color (decimal): -4545767 or 1680314. OLE color: 1680314.

HSL color Cylindrical-coordinate representation of color #BAA319: hue angle of 51.43º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAA319 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 163 25 -
CMYK 0 0.12 0.87 0.27
HSL 51.43º 0.76% 0.41% -
HSV(B) 51.43º 0.87% 0.73% -
XYZ 33.52 36.7 6.24 -
YUV 154.15 55.12 150.72 -
System Red Green Blue C M Y K H S L
Decimal 186 163 25 0 0.12 0.87 0.27 51.43 0.76 0.41
Hex BA A3 19 0 C 57 1B 33 4C 29
Octal 272 243 31 0 14 127 33 63 114 51
Binary 10111010 10100011 11001 0 1100 1010111 11011 110011 1001100 101001

Color Harmonies of #BAA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA319

Black with #BAA319

Text Example


Text Example

White with #BAA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA319; }

 p { color: rgb(186,163,25); }

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

background-color css

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

 a { background-color: rgb(186,163,25); }

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

border-color css

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

 span { border-color: rgb(186,163,25); }

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