#BD9C05

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

Shades of Buddha Gold #BD9C05

Tints of Buddha Gold #BD9C05

Color information

#BD9C05 (or 0xBD9C05) is unknown color: approx Buddha Gold. HEX triplet: BD, 9C and 05. RGB value is (189,156,5). Sum of RGB (Red+Green+Blue) = 189+156+5=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9C05 is #4263FA. Grayscale: #959595. Windows color (decimal): -4350971 or 367805. OLE color: 367805.

HSL color Cylindrical-coordinate representation of color #BD9C05: hue angle of 49.24º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD9C05 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB1891565-
CMYK00.170.970.26
HSL49.24º94.85%38.04%-
HSV(B)49.24º97.35%74.12%-
XYZ32.934.615.09-
YUV148.6546.93156.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 156 (61.33% from 255) = 44.57%
BLUE value IS 5 (2.34% from 255) = 1.43%
R=54%
G=44.57%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189156500.170.970.2649.2494.8538.04
HexBD9C5011611A315f26
Octal2752345021141326113746
Binary10111101100111001010100011100001110101100011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C05; }

 p { color: rgb(189,156,5); }

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

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

 a { background-color: rgb(189,156,5); }

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

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

 span { border-color: rgb(189,156,5); }

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