#b99e16

Color #B99E16 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #B99E16

Tints of Buddha Gold #B99E16

Color information

#B99E16 (or 0xB99E16) is unknown color: approx Buddha Gold. HEX triplet: B9, 9E and 16. RGB value is (185,158,22). Sum of RGB (Red+Green+Blue) = 185+158+22=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99E16 is #4661E9. Grayscale: #979797. Windows color (decimal): -4612586 or 1482425. OLE color: 1482425.

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

Color convert

RGB18515822-
CMYK00.150.880.27
HSL50.06º78.74%40.59%-
HSV(B)50.06º88.11%72.55%-
XYZ32.3834.835.77-
YUV150.5755.45152.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.68%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 22 (8.98% from 255) = 6.03%
R=50.68%
G=43.29%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851582200.150.880.2750.0678.7440.59
HexB99E160F581B324f29
Octal27123626017130336211751
Binary101110011001111010110011111011000110111100101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b99e16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b99e16; }

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

 H1.HeaderClassName
 {
   color: #b99e16;
 }
 .AnyTagClassName
 {
   color: #b99e16;
 }
</style>
background-color css

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

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

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

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

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

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