#B99E04

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

Shades of Buddha Gold #B99E04

Tints of Buddha Gold #B99E04

Color information

#B99E04 (or 0xB99E04) is unknown color: approx Buddha Gold. HEX triplet: B9, 9E and 04. RGB value is (185,158,4). Sum of RGB (Red+Green+Blue) = 185+158+4=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99E04 is #4661FB. Grayscale: #959595. Windows color (decimal): -4612604 or 302777. OLE color: 302777.

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

Color convert

RGB1851584-
CMYK00.150.980.27
HSL51.05º95.77%37.06%-
HSV(B)51.05º97.84%72.55%-
XYZ32.2634.785.13-
YUV148.5246.45154.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=53.31%
G=45.53%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185158400.150.980.2751.0595.7737.06
HexB99E40F621B336025
Octal2712364017142336314045
Binary1011100110011110100011111100010110111100111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E04; }

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

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

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

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

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

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

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

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