#B99E1E

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

Shades of Buddha Gold #B99E1E

Tints of Buddha Gold #B99E1E

Color information

#B99E1E (or 0xB99E1E) is unknown color: approx Buddha Gold. HEX triplet: B9, 9E and 1E. RGB value is (185,158,30). Sum of RGB (Red+Green+Blue) = 185+158+30=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99E1E is #4661E1. Grayscale: #989898. Windows color (decimal): -4612578 or 2006713. OLE color: 2006713.

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

Color convert

RGB18515830-
CMYK00.150.840.27
HSL49.55º72.09%42.16%-
HSV(B)49.55º83.78%72.55%-
XYZ32.4734.866.25-
YUV151.4859.45151.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 158 (62.11% from 255) = 42.36%
BLUE value IS 30 (12.11% from 255) = 8.04%
R=49.60%
G=42.36%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851583000.150.840.2749.5572.0942.16
HexB99E1E0F541B32482a
Octal27123636017124336211052
Binary101110011001111011110011111010100110111100101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E1E; }

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

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

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

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

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

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

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

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