#BD9628

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

Shades of Nugget #BD9628

Tints of Nugget #BD9628

Color information

#BD9628 (or 0xBD9628) is unknown color: approx Nugget. HEX triplet: BD, 96 and 28. RGB value is (189,150,40). Sum of RGB (Red+Green+Blue) = 189+150+40=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9628 is #4269D7. Grayscale: #959595. Windows color (decimal): -4352472 or 2660029. OLE color: 2660029.

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

Color convert

RGB18915040-
CMYK00.210.790.26
HSL44.3º65.07%44.9%-
HSV(B)44.3º78.84%74.12%-
XYZ32.2832.786.63-
YUV149.1266.42156.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.87%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 40 (16.02% from 255) = 10.55%
R=49.87%
G=39.58%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891504000.210.790.2644.365.0744.9
HexBD96280154F1A2c412d
Octal27522650025117325410155
Binary10111101100101101010000101011001111110101011001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9628; }

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

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

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

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

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

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

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

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