Html Css Color HEX #BA9918 Buddha Gold

📋 copy color: '#BA9918'

red 186 ◦ green 153 ◦ blue 24

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

Shades of Buddha Gold #BA9918

Tints of Buddha Gold #BA9918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.61%

R = 51.24%
G = 42.15%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA9918 (or 0xBA9918) is known color: Buddha Gold. HEX triplet: BA, 99 and 18. RGB value is (186,153,24). Sum of RGB (Red+Green+Blue) = 186+153+24=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9918 is #4566E7. Grayscale: #949494. Windows color (decimal): -4548328 or 1612218. OLE color: 1612218.

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

Color convert

RGB 186 153 24 -
CMYK 0 0.18 0.87 0.27
HSL 47.78º 0.77% 0.41% -
HSV(B) 47.78º 0.87% 0.73% -
XYZ 31.81 33.29 5.61 -
YUV 148.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 186 153 24 0 0.18 0.87 0.27 47.78 0.77 0.41
Hex BA 99 18 0 12 57 1B 30 4D 29
Octal 272 231 30 0 22 127 33 60 115 51
Binary 10111010 10011001 11000 0 10010 1010111 11011 110000 1001101 101001

Color Harmonies of #BA9918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9918

Black with #BA9918

Text Example


Text Example

White with #BA9918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9918; }

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

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

background-color css

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

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

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

border-color css

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

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

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