Html Css Color HEX #B9A116 Buddha Gold

📋 copy color: '#B9A116'

red 185 ◦ green 161 ◦ blue 22

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

Shades of Buddha Gold #B9A116

Tints of Buddha Gold #B9A116

RGB

 RED value IS 185 (72.66% from 255) = 50.27%

 GREEN value IS 161 (63.28% from 255) = 43.75%

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

R = 50.27%
G = 43.75%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B9A116 (or 0xB9A116) is known color: Buddha Gold. HEX triplet: B9, A1 and 16. RGB value is (185,161,22). Sum of RGB (Red+Green+Blue) = 185+161+22=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A116 is #465EE9. Grayscale: #989898. Windows color (decimal): -4611818 or 1483193. OLE color: 1483193.

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

Color convert

RGB 185 161 22 -
CMYK 0 0.13 0.88 0.27
HSL 51.17º 0.79% 0.41% -
HSV(B) 51.17º 0.88% 0.73% -
XYZ 32.9 35.86 5.95 -
YUV 152.33 54.45 151.3 -
System Red Green Blue C M Y K H S L
Decimal 185 161 22 0 0.13 0.88 0.27 51.17 0.79 0.41
Hex B9 A1 16 0 D 58 1B 33 4F 29
Octal 271 241 26 0 15 130 33 63 117 51
Binary 10111001 10100001 10110 0 1101 1011000 11011 110011 1001111 101001

Color Harmonies of #B9A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A116

Black with #B9A116

Text Example


Text Example

White with #B9A116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A116; }

 p { color: rgb(185,161,22); }

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

background-color css

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

 a { background-color: rgb(185,161,22); }

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

border-color css

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

 span { border-color: rgb(185,161,22); }

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