#B49F0F

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

Shades of Buddha Gold #B49F0F

Tints of Buddha Gold #B49F0F

Color information

#B49F0F (or 0xB49F0F) is unknown color: approx Buddha Gold. HEX triplet: B4, 9F and 0F. RGB value is (180,159,15). Sum of RGB (Red+Green+Blue) = 180+159+15=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49F0F is #4B60F0. Grayscale: #959595. Windows color (decimal): -4940017 or 1023924. OLE color: 1023924.

HSL color Cylindrical-coordinate representation of color #B49F0F: hue angle of 52.36º 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 #B49F0F is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18015915-
CMYK00.120.920.29
HSL52.36º84.62%38.24%-
HSV(B)52.36º91.67%70.59%-
XYZ31.3134.535.47-
YUV148.8652.46150.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.85%
GREEN value IS 159 (62.5% from 255) = 44.92%
BLUE value IS 15 (6.25% from 255) = 4.24%
R=50.85%
G=44.92%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801591500.120.920.2952.3684.6238.24
HexB49FF0C5C1D345526
Octal26423717014134356412546
Binary10110100100111111111011001011100111011101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F0F; }

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

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

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

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

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

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

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

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