Html Css Color HEX #BAA219 Buddha Gold

📋 copy color: '#BAA219'

red 186 ◦ green 162 ◦ blue 25

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

Shades of Buddha Gold #BAA219

Tints of Buddha Gold #BAA219

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.43%

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

R = 49.87%
G = 43.43%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BAA219 (or 0xBAA219) is known color: Buddha Gold. HEX triplet: BA, A2 and 19. RGB value is (186,162,25). Sum of RGB (Red+Green+Blue) = 186+162+25=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA219 is #455DE6. Grayscale: #9A9A9A. Windows color (decimal): -4546023 or 1680058. OLE color: 1680058.

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

Color convert

RGB 186 162 25 -
CMYK 0 0.13 0.87 0.27
HSL 51.06º 0.76% 0.41% -
HSV(B) 51.06º 0.87% 0.73% -
XYZ 33.35 36.35 6.18 -
YUV 153.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 186 162 25 0 0.13 0.87 0.27 51.06 0.76 0.41
Hex BA A2 19 0 D 57 1B 33 4C 29
Octal 272 242 31 0 15 127 33 63 114 51
Binary 10111010 10100010 11001 0 1101 1010111 11011 110011 1001100 101001

Color Harmonies of #BAA219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA219

Black with #BAA219

Text Example


Text Example

White with #BAA219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA219; }

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

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

background-color css

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

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

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

border-color css

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

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

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