Html Css Color HEX #BA9E16 Buddha Gold

📋 copy color: '#BA9E16'

red 186 ◦ green 158 ◦ blue 22

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

Shades of Buddha Gold #BA9E16

Tints of Buddha Gold #BA9E16

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.17%

 BLUE value IS 22 (8.98% from 255) = 6.01%

R = 50.82%
G = 43.17%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA9E16 (or 0xBA9E16) is known color: Buddha Gold. HEX triplet: BA, 9E and 16. RGB value is (186,158,22). Sum of RGB (Red+Green+Blue) = 186+158+22=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E16 is #4561E9. Grayscale: #979797. Windows color (decimal): -4547050 or 1482426. OLE color: 1482426.

HSL color Cylindrical-coordinate representation of color #BA9E16: hue angle of 49.76º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA9E16 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 22 -
CMYK 0 0.15 0.88 0.27
HSL 49.76º 0.79% 0.41% -
HSV(B) 49.76º 0.88% 0.73% -
XYZ 32.62 34.95 5.79 -
YUV 150.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 186 158 22 0 0.15 0.88 0.27 49.76 0.79 0.41
Hex BA 9E 16 0 F 58 1B 32 4F 29
Octal 272 236 26 0 17 130 33 62 117 51
Binary 10111010 10011110 10110 0 1111 1011000 11011 110010 1001111 101001

Color Harmonies of #BA9E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E16

Black with #BA9E16

Text Example


Text Example

White with #BA9E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E16; }

 p { color: rgb(186,158,22); }

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

background-color css

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

 a { background-color: rgb(186,158,22); }

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

border-color css

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

 span { border-color: rgb(186,158,22); }

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