#BE9B0B

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

Shades of Buddha Gold #BE9B0B

Tints of Buddha Gold #BE9B0B

Color information

#BE9B0B (or 0xBE9B0B) is unknown color: approx Buddha Gold. HEX triplet: BE, 9B and 0B. RGB value is (190,155,11). Sum of RGB (Red+Green+Blue) = 190+155+11=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9B0B is #4164F4. Grayscale: #959595. Windows color (decimal): -4285685 or 760766. OLE color: 760766.

HSL color Cylindrical-coordinate representation of color #BE9B0B: hue angle of 48.27º 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 #BE9B0B is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB19015511-
CMYK00.180.940.25
HSL48.27º89.05%39.41%-
HSV(B)48.27º94.21%74.51%-
XYZ33.0234.415.22-
YUV149.0550.1157.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 11 (4.69% from 255) = 3.09%
R=53.37%
G=43.54%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901551100.180.940.2548.2789.0539.41
HexBE9BB0125E19305927
Octal27623313022136316013147
Binary101111101001101110110100101011110110011100001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B0B; }

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

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

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

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

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

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

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

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