#BE9C08

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

Shades of Buddha Gold #BE9C08

Tints of Buddha Gold #BE9C08

Color information

#BE9C08 (or 0xBE9C08) is unknown color: approx Buddha Gold. HEX triplet: BE, 9C and 08. RGB value is (190,156,8). Sum of RGB (Red+Green+Blue) = 190+156+8=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9C08 is #4163F7. Grayscale: #959595. Windows color (decimal): -4285432 or 564414. OLE color: 564414.

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

Color convert

RGB1901568-
CMYK00.180.960.25
HSL48.79º91.92%38.82%-
HSV(B)48.79º95.79%74.51%-
XYZ33.1734.745.19-
YUV149.2948.26157.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 156 (61.33% from 255) = 44.07%
BLUE value IS 8 (3.52% from 255) = 2.26%
R=53.67%
G=44.07%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190156800.180.960.2548.7991.9238.82
HexBE9C80126019315c27
Octal27623410022140316113447
Binary101111101001110010000100101100000110011100011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C08; }

 p { color: rgb(190,156,8); }

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

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

 a { background-color: rgb(190,156,8); }

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

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

 span { border-color: rgb(190,156,8); }

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