Html Css Color HEX #BA9616 Buddha Gold

📋 copy color: '#BA9616'

red 186 ◦ green 150 ◦ blue 22

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

Shades of Buddha Gold #BA9616

Tints of Buddha Gold #BA9616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.9%

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

R = 51.96%
G = 41.9%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA9616 (or 0xBA9616) is known color: Buddha Gold. HEX triplet: BA, 96 and 16. RGB value is (186,150,22). Sum of RGB (Red+Green+Blue) = 186+150+22=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9616 is #4569E9. Grayscale: #929292. Windows color (decimal): -4549098 or 1480378. OLE color: 1480378.

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

Color convert

RGB 186 150 22 -
CMYK 0 0.19 0.88 0.27
HSL 46.83º 0.79% 0.41% -
HSV(B) 46.83º 0.88% 0.73% -
XYZ 31.3 32.31 5.35 -
YUV 146.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 186 150 22 0 0.19 0.88 0.27 46.83 0.79 0.41
Hex BA 96 16 0 13 58 1B 2F 4F 29
Octal 272 226 26 0 23 130 33 57 117 51
Binary 10111010 10010110 10110 0 10011 1011000 11011 101111 1001111 101001

Color Harmonies of #BA9616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9616

Black with #BA9616

Text Example


Text Example

White with #BA9616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9616; }

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

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

background-color css

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

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

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

border-color css

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

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

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