Html Css Color HEX #BAA612 Buddha Gold

📋 copy color: '#BAA612'

red 186 ◦ green 166 ◦ blue 18

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

Shades of Buddha Gold #BAA612

Tints of Buddha Gold #BAA612

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.86%

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

R = 50.27%
G = 44.86%
B = 4.86%

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

#BAA612 (or 0xBAA612) is known color: Buddha Gold. HEX triplet: BA, A6 and 12. RGB value is (186,166,18). Sum of RGB (Red+Green+Blue) = 186+166+18=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA612 is #4559ED. Grayscale: #9B9B9B. Windows color (decimal): -4545006 or 1222330. OLE color: 1222330.

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

Color convert

RGB 186 166 18 -
CMYK 0 0.11 0.90 0.27
HSL 52.86º 0.82% 0.4% -
HSV(B) 52.86º 0.9% 0.73% -
XYZ 34 37.76 6.07 -
YUV 155.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 186 166 18 0 0.11 0.90 0.27 52.86 0.82 0.4
Hex BA A6 12 0 B 5A 1B 35 52 28
Octal 272 246 22 0 13 132 33 65 122 50
Binary 10111010 10100110 10010 0 1011 1011010 11011 110101 1010010 101000

Color Harmonies of #BAA612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA612

Black with #BAA612

Text Example


Text Example

White with #BAA612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA612; }

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

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

background-color css

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

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

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

border-color css

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

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

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