#BD991D

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

Shades of Buddha Gold #BD991D

Tints of Buddha Gold #BD991D

Color information

#BD991D (or 0xBD991D) is unknown color: approx Buddha Gold. HEX triplet: BD, 99 and 1D. RGB value is (189,153,29). Sum of RGB (Red+Green+Blue) = 189+153+29=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD991D is #4266E2. Grayscale: #969696. Windows color (decimal): -4351715 or 1939901. OLE color: 1939901.

HSL color Cylindrical-coordinate representation of color #BD991D: hue angle of 46.5º 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 #BD991D is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB18915329-
CMYK00.190.850.26
HSL46.5º73.39%42.75%-
HSV(B)46.5º84.66%74.12%-
XYZ32.633.695.95-
YUV149.6359.93156.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 29 (11.72% from 255) = 7.82%
R=50.94%
G=41.24%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891532900.190.850.2646.573.3942.75
HexBD991D013551A2e492b
Octal27523135023125325611153
Binary1011110110011001111010100111010101110101011101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD991D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD991D; }

 p { color: rgb(189,153,29); }

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

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

 a { background-color: rgb(189,153,29); }

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

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

 span { border-color: rgb(189,153,29); }

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