#B49C0B

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

Shades of Buddha Gold #B49C0B

Tints of Buddha Gold #B49C0B

Color information

#B49C0B (or 0xB49C0B) is unknown color: approx Buddha Gold. HEX triplet: B4, 9C and 0B. RGB value is (180,156,11). Sum of RGB (Red+Green+Blue) = 180+156+11=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49C0B is #4B63F4. Grayscale: #939393. Windows color (decimal): -4940789 or 761012. OLE color: 761012.

HSL color Cylindrical-coordinate representation of color #B49C0B: hue angle of 51.48º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B49C0B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB18015611-
CMYK00.130.940.29
HSL51.48º88.48%37.45%-
HSV(B)51.48º93.89%70.59%-
XYZ30.7733.55.16-
YUV146.6551.45151.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 11 (4.69% from 255) = 3.17%
R=51.87%
G=44.96%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801561100.130.940.2951.4888.4837.45
HexB49CB0D5E1D335825
Octal26423413015136356313045
Binary10110100100111001011011011011110111011100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C0B; }

 p { color: rgb(180,156,11); }

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

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

 a { background-color: rgb(180,156,11); }

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

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

 span { border-color: rgb(180,156,11); }

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