#B49C0F

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

Shades of Buddha Gold #B49C0F

Tints of Buddha Gold #B49C0F

Color information

#B49C0F (or 0xB49C0F) is unknown color: approx Buddha Gold. HEX triplet: B4, 9C and 0F. RGB value is (180,156,15). Sum of RGB (Red+Green+Blue) = 180+156+15=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49C0F is #4B63F0. Grayscale: #939393. Windows color (decimal): -4940785 or 1023156. OLE color: 1023156.

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

Color convert

RGB18015615-
CMYK00.130.920.29
HSL51.27º84.62%38.24%-
HSV(B)51.27º91.67%70.59%-
XYZ30.833.515.3-
YUV147.153.45151.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 156 (61.33% from 255) = 44.44%
BLUE value IS 15 (6.25% from 255) = 4.27%
R=51.28%
G=44.44%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801561500.130.920.2951.2784.6238.24
HexB49CF0D5C1D335526
Octal26423417015134356312546
Binary10110100100111001111011011011100111011100111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C0F; }

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

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

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

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

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

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

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

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