#BE9F0F

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

Shades of Buddha Gold #BE9F0F

Tints of Buddha Gold #BE9F0F

Color information

#BE9F0F (or 0xBE9F0F) is unknown color: approx Buddha Gold. HEX triplet: BE, 9F and 0F. RGB value is (190,159,15). Sum of RGB (Red+Green+Blue) = 190+159+15=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9F0F is #4160F0. Grayscale: #989898. Windows color (decimal): -4284657 or 1023934. OLE color: 1023934.

HSL color Cylindrical-coordinate representation of color #BE9F0F: hue angle of 49.37º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE9F0F is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB19015915-
CMYK00.160.920.25
HSL49.37º85.37%40.2%-
HSV(B)49.37º92.11%74.51%-
XYZ33.7235.785.58-
YUV151.8550.77155.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 159 (62.5% from 255) = 43.68%
BLUE value IS 15 (6.25% from 255) = 4.12%
R=52.20%
G=43.68%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901591500.160.920.2549.3785.3740.2
HexBE9FF0105C19315528
Octal27623717020134316112550
Binary101111101001111111110100001011100110011100011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F0F; }

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

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

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

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

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

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

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

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