#B49B12

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

Shades of Buddha Gold #B49B12

Tints of Buddha Gold #B49B12

Color information

#B49B12 (or 0xB49B12) is unknown color: approx Buddha Gold. HEX triplet: B4, 9B and 12. RGB value is (180,155,18). Sum of RGB (Red+Green+Blue) = 180+155+18=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49B12 is #4B64ED. Grayscale: #939393. Windows color (decimal): -4941038 or 1219508. OLE color: 1219508.

HSL color Cylindrical-coordinate representation of color #B49B12: hue angle of 50.74º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B49B12 is Cyan = 0, Magento = 0.14, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB18015518-
CMYK00.140.90.29
HSL50.74º81.82%38.82%-
HSV(B)50.74º90%70.59%-
XYZ30.6533.195.36-
YUV146.8655.28151.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 155 (60.94% from 255) = 43.91%
BLUE value IS 18 (7.42% from 255) = 5.10%
R=50.99%
G=43.91%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801551800.140.90.2950.7481.8238.82
HexB49B120E5A1D335227
Octal26423322016132356312247
Binary101101001001101110010011101011010111011100111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B12; }

 p { color: rgb(180,155,18); }

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

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

 a { background-color: rgb(180,155,18); }

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

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

 span { border-color: rgb(180,155,18); }

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