#BE9B10

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

Shades of Buddha Gold #BE9B10

Tints of Buddha Gold #BE9B10

Color information

#BE9B10 (or 0xBE9B10) is unknown color: approx Buddha Gold. HEX triplet: BE, 9B and 10. RGB value is (190,155,16). Sum of RGB (Red+Green+Blue) = 190+155+16=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9B10 is #4164EF. Grayscale: #969696. Windows color (decimal): -4285680 or 1088446. OLE color: 1088446.

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

Color convert

RGB19015516-
CMYK00.180.920.25
HSL47.93º84.47%40.39%-
HSV(B)47.93º91.58%74.51%-
XYZ33.0534.435.39-
YUV149.6252.6156.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 155 (60.94% from 255) = 42.94%
BLUE value IS 16 (6.64% from 255) = 4.43%
R=52.63%
G=42.94%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901551600.180.920.2547.9384.4740.39
HexBE9B100125C19305428
Octal27623320022134316012450
Binary1011111010011011100000100101011100110011100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B10; }

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

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

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

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

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

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

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

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