Html Css Color HEX #BAA512 Buddha Gold

📋 copy color: '#BAA512'

red 186 ◦ green 165 ◦ blue 18

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

Shades of Buddha Gold #BAA512

Tints of Buddha Gold #BAA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 50.41%
G = 44.72%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAA512 (or 0xBAA512) is known color: Buddha Gold. HEX triplet: BA, A5 and 12. RGB value is (186,165,18). Sum of RGB (Red+Green+Blue) = 186+165+18=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA512 is #455AED. Grayscale: #9B9B9B. Windows color (decimal): -4545262 or 1222074. OLE color: 1222074.

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

Color convert

RGB 186 165 18 -
CMYK 0 0.11 0.90 0.27
HSL 52.5º 0.82% 0.4% -
HSV(B) 52.5º 0.9% 0.73% -
XYZ 33.81 37.39 6.01 -
YUV 154.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 186 165 18 0 0.11 0.90 0.27 52.5 0.82 0.4
Hex BA A5 12 0 B 5A 1B 34 52 28
Octal 272 245 22 0 13 132 33 64 122 50
Binary 10111010 10100101 10010 0 1011 1011010 11011 110100 1010010 101000

Color Harmonies of #BAA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA512

Black with #BAA512

Text Example


Text Example

White with #BAA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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