#BC9E1D

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

Shades of Buddha Gold #BC9E1D

Tints of Buddha Gold #BC9E1D

Color information

#BC9E1D (or 0xBC9E1D) is unknown color: approx Buddha Gold. HEX triplet: BC, 9E and 1D. RGB value is (188,158,29). Sum of RGB (Red+Green+Blue) = 188+158+29=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E1D is #4361E2. Grayscale: #989898. Windows color (decimal): -4415971 or 1941180. OLE color: 1941180.

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

Color convert

RGB18815829-
CMYK00.160.850.26
HSL48.68º73.27%42.55%-
HSV(B)48.68º84.57%73.73%-
XYZ33.1935.236.21-
YUV152.2658.44153.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 29 (11.72% from 255) = 7.73%
R=50.13%
G=42.13%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881582900.160.850.2648.6873.2742.55
HexBC9E1D010551A31492b
Octal27423635020125326111153
Binary1011110010011110111010100001010101110101100011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9E1D; }

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

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

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

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

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

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

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

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