Html Css Color HEX #BA9912 Buddha Gold

📋 copy color: '#BA9912'

red 186 ◦ green 153 ◦ blue 18

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

Shades of Buddha Gold #BA9912

Tints of Buddha Gold #BA9912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.86%

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

R = 52.1%
G = 42.86%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA9912 (or 0xBA9912) is known color: Buddha Gold. HEX triplet: BA, 99 and 12. RGB value is (186,153,18). Sum of RGB (Red+Green+Blue) = 186+153+18=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9912 is #4566ED. Grayscale: #949494. Windows color (decimal): -4548334 or 1219002. OLE color: 1219002.

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

Color convert

RGB 186 153 18 -
CMYK 0 0.18 0.90 0.27
HSL 48.21º 0.82% 0.4% -
HSV(B) 48.21º 0.9% 0.73% -
XYZ 31.75 33.27 5.32 -
YUV 147.48 54.93 155.48 -
System Red Green Blue C M Y K H S L
Decimal 186 153 18 0 0.18 0.90 0.27 48.21 0.82 0.4
Hex BA 99 12 0 12 5A 1B 30 52 28
Octal 272 231 22 0 22 132 33 60 122 50
Binary 10111010 10011001 10010 0 10010 1011010 11011 110000 1010010 101000

Color Harmonies of #BA9912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9912

Black with #BA9912

Text Example


Text Example

White with #BA9912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9912; }

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

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

background-color css

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

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

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

border-color css

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

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

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