#BD9128

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

Shades of Nugget #BD9128

Tints of Nugget #BD9128

Color information

#BD9128 (or 0xBD9128) is unknown color: approx Nugget. HEX triplet: BD, 91 and 28. RGB value is (189,145,40). Sum of RGB (Red+Green+Blue) = 189+145+40=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9128 is #426ED7. Grayscale: #929292. Windows color (decimal): -4353752 or 2658749. OLE color: 2658749.

HSL color Cylindrical-coordinate representation of color #BD9128: hue angle of 42.28º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD9128 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18914540-
CMYK00.230.790.26
HSL42.28º65.07%44.9%-
HSV(B)42.28º78.84%74.12%-
XYZ31.4931.226.37-
YUV146.1968.08158.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 145 (57.03% from 255) = 38.77%
BLUE value IS 40 (16.02% from 255) = 10.70%
R=50.53%
G=38.77%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891454000.230.790.2642.2865.0744.9
HexBD91280174F1A2a412d
Octal27522150027117325210155
Binary10111101100100011010000101111001111110101010101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9128; }

 p { color: rgb(189,145,40); }

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

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

 a { background-color: rgb(189,145,40); }

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

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

 span { border-color: rgb(189,145,40); }

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