Html Css Color HEX #BA9716 Buddha Gold

📋 copy color: '#BA9716'

red 186 ◦ green 151 ◦ blue 22

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

Shades of Buddha Gold #BA9716

Tints of Buddha Gold #BA9716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.06%

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

R = 51.81%
G = 42.06%
B = 6.13%

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

#BA9716 (or 0xBA9716) is known color: Buddha Gold. HEX triplet: BA, 97 and 16. RGB value is (186,151,22). Sum of RGB (Red+Green+Blue) = 186+151+22=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9716 is #4568E9. Grayscale: #939393. Windows color (decimal): -4548842 or 1480634. OLE color: 1480634.

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

Color convert

RGB 186 151 22 -
CMYK 0 0.19 0.88 0.27
HSL 47.2º 0.79% 0.41% -
HSV(B) 47.2º 0.88% 0.73% -
XYZ 31.46 32.63 5.4 -
YUV 146.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 186 151 22 0 0.19 0.88 0.27 47.2 0.79 0.41
Hex BA 97 16 0 13 58 1B 2F 4F 29
Octal 272 227 26 0 23 130 33 57 117 51
Binary 10111010 10010111 10110 0 10011 1011000 11011 101111 1001111 101001

Color Harmonies of #BA9716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9716

Black with #BA9716

Text Example


Text Example

White with #BA9716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9716; }

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

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

background-color css

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

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

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

border-color css

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

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

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