#BE9F0B

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

Shades of Buddha Gold #BE9F0B

Tints of Buddha Gold #BE9F0B

Color information

#BE9F0B (or 0xBE9F0B) is unknown color: approx Buddha Gold. HEX triplet: BE, 9F and 0B. RGB value is (190,159,11). Sum of RGB (Red+Green+Blue) = 190+159+11=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9F0B is #4160F4. Grayscale: #989898. Windows color (decimal): -4284661 or 761790. OLE color: 761790.

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

Color convert

RGB19015911-
CMYK00.160.940.25
HSL49.61º89.05%39.41%-
HSV(B)49.61º94.21%74.51%-
XYZ33.6935.775.44-
YUV151.448.77155.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 159 (62.5% from 255) = 44.17%
BLUE value IS 11 (4.69% from 255) = 3.06%
R=52.78%
G=44.17%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901591100.160.940.2549.6189.0539.41
HexBE9FB0105E19325927
Octal27623713020136316213147
Binary101111101001111110110100001011110110011100101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F0B; }

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

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

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

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

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

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

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

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