#B99D1C

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

Shades of Buddha Gold #B99D1C

Tints of Buddha Gold #B99D1C

Color information

#B99D1C (or 0xB99D1C) is unknown color: approx Buddha Gold. HEX triplet: B9, 9D and 1C. RGB value is (185,157,28). Sum of RGB (Red+Green+Blue) = 185+157+28=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D1C is #4662E3. Grayscale: #979797. Windows color (decimal): -4612836 or 1875385. OLE color: 1875385.

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

Color convert

RGB18515728-
CMYK00.150.850.27
HSL49.3º73.71%41.76%-
HSV(B)49.3º84.86%72.55%-
XYZ32.2734.516.06-
YUV150.6758.78152.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 28 (11.33% from 255) = 7.57%
R=50%
G=42.43%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851572800.150.850.2749.373.7141.76
HexB99D1C0F551B314a2a
Octal27123534017125336111252
Binary101110011001110111100011111010101110111100011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D1C; }

 p { color: rgb(185,157,28); }

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

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

 a { background-color: rgb(185,157,28); }

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

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

 span { border-color: rgb(185,157,28); }

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