Html Css Color HEX #BA9910 Buddha Gold

📋 copy color: '#BA9910'

red 186 ◦ green 153 ◦ blue 16

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

Shades of Buddha Gold #BA9910

Tints of Buddha Gold #BA9910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 52.39%
G = 43.1%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA9910 (or 0xBA9910) is known color: Buddha Gold. HEX triplet: BA, 99 and 10. RGB value is (186,153,16). Sum of RGB (Red+Green+Blue) = 186+153+16=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9910 is #4566EF. Grayscale: #939393. Windows color (decimal): -4548336 or 1087930. OLE color: 1087930.

HSL color Cylindrical-coordinate representation of color #BA9910: hue angle of 48.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA9910 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 153 16 -
CMYK 0 0.18 0.91 0.27
HSL 48.35º 0.84% 0.4% -
HSV(B) 48.35º 0.91% 0.73% -
XYZ 31.73 33.26 5.24 -
YUV 147.25 53.93 155.64 -
System Red Green Blue C M Y K H S L
Decimal 186 153 16 0 0.18 0.91 0.27 48.35 0.84 0.4
Hex BA 99 10 0 12 5B 1B 30 54 28
Octal 272 231 20 0 22 133 33 60 124 50
Binary 10111010 10011001 10000 0 10010 1011011 11011 110000 1010100 101000

Color Harmonies of #BA9910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9910

Black with #BA9910

Text Example


Text Example

White with #BA9910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9910; }

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

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

background-color css

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

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

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

border-color css

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

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

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