#B99E14

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

Shades of Buddha Gold #B99E14

Tints of Buddha Gold #B99E14

Color information

#B99E14 (or 0xB99E14) is unknown color: approx Buddha Gold. HEX triplet: B9, 9E and 14. RGB value is (185,158,20). Sum of RGB (Red+Green+Blue) = 185+158+20=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99E14 is #4661EB. Grayscale: #969696. Windows color (decimal): -4612588 or 1351353. OLE color: 1351353.

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

Color convert

RGB18515820-
CMYK00.150.890.27
HSL50.18º80.49%40.2%-
HSV(B)50.18º89.19%72.55%-
XYZ32.3634.825.68-
YUV150.3454.45152.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 20 (8.20% from 255) = 5.51%
R=50.96%
G=43.53%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851582000.150.890.2750.1880.4940.2
HexB99E140F591B325028
Octal27123624017131336212050
Binary101110011001111010100011111011001110111100101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E14; }

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

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

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

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

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

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

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

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