#BC9E02

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

Shades of Buddha Gold #BC9E02

Tints of Buddha Gold #BC9E02

Color information

#BC9E02 (or 0xBC9E02) is unknown color: approx Buddha Gold. HEX triplet: BC, 9E and 02. RGB value is (188,158,2). Sum of RGB (Red+Green+Blue) = 188+158+2=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9E02 is #4361FD. Grayscale: #959595. Windows color (decimal): -4415998 or 171708. OLE color: 171708.

HSL color Cylindrical-coordinate representation of color #BC9E02: hue angle of 50.32º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC9E02 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1881582-
CMYK00.160.990.26
HSL50.32º97.89%37.25%-
HSV(B)50.32º98.94%73.73%-
XYZ32.9835.155.1-
YUV149.1944.94155.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=54.02%
G=45.40%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188158200.160.990.2650.3297.8937.25
HexBC9E2010631A326225
Octal2742362020143326214245
Binary1011110010011110100100001100011110101100101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9E02; }

 p { color: rgb(188,158,2); }

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

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

 a { background-color: rgb(188,158,2); }

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

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

 span { border-color: rgb(188,158,2); }

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