Html Css Color HEX #BAA413 Buddha Gold

📋 copy color: '#BAA413'

red 186 ◦ green 164 ◦ blue 19

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

Shades of Buddha Gold #BAA413

Tints of Buddha Gold #BAA413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.44%

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 50.41%
G = 44.44%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAA413 (or 0xBAA413) is known color: Buddha Gold. HEX triplet: BA, A4 and 13. RGB value is (186,164,19). Sum of RGB (Red+Green+Blue) = 186+164+19=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA413 is #455BEC. Grayscale: #9A9A9A. Windows color (decimal): -4545517 or 1287354. OLE color: 1287354.

HSL color Cylindrical-coordinate representation of color #BAA413: hue angle of 52.1º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAA413 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 164 19 -
CMYK 0 0.12 0.90 0.27
HSL 52.1º 0.81% 0.4% -
HSV(B) 52.1º 0.9% 0.73% -
XYZ 33.64 37.04 5.99 -
YUV 154.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 186 164 19 0 0.12 0.90 0.27 52.1 0.81 0.4
Hex BA A4 13 0 C 5A 1B 34 51 28
Octal 272 244 23 0 14 132 33 64 121 50
Binary 10111010 10100100 10011 0 1100 1011010 11011 110100 1010001 101000

Color Harmonies of #BAA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA413

Black with #BAA413

Text Example


Text Example

White with #BAA413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA413; }

 p { color: rgb(186,164,19); }

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

background-color css

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

 a { background-color: rgb(186,164,19); }

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

border-color css

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

 span { border-color: rgb(186,164,19); }

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