#BC9932

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

Shades of Nugget #BC9932

Tints of Nugget #BC9932

Color information

#BC9932 (or 0xBC9932) is unknown color: approx Nugget. HEX triplet: BC, 99 and 32. RGB value is (188,153,50). Sum of RGB (Red+Green+Blue) = 188+153+50=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9932 is #4366CD. Grayscale: #989898. Windows color (decimal): -4417230 or 3316156. OLE color: 3316156.

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

Color convert

RGB18815350-
CMYK00.190.730.26
HSL44.78º57.98%46.67%-
HSV(B)44.78º73.4%73.73%-
XYZ32.7133.77.8-
YUV151.7270.6153.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 50 (19.92% from 255) = 12.79%
R=48.08%
G=39.13%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881535000.190.730.2644.7857.9846.67
HexBC9932013491A2d3a2f
Octal2742316202311132557257
Binary1011110010011001110010010011100100111010101101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9932; }

 p { color: rgb(188,153,50); }

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

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

 a { background-color: rgb(188,153,50); }

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

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

 span { border-color: rgb(188,153,50); }

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