#BC8420

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

Shades of Nugget #BC8420

Tints of Nugget #BC8420

Color information

#BC8420 (or 0xBC8420) is unknown color: approx Nugget. HEX triplet: BC, 84 and 20. RGB value is (188,132,32). Sum of RGB (Red+Green+Blue) = 188+132+32=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8420 is #437BDF. Grayscale: #898989. Windows color (decimal): -4422624 or 2131132. OLE color: 2131132.

HSL color Cylindrical-coordinate representation of color #BC8420: hue angle of 38.46º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC8420 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB18813232-
CMYK00.300.830.26
HSL38.46º70.91%43.14%-
HSV(B)38.46º82.98%73.73%-
XYZ29.2527.35.09-
YUV137.3468.55164.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 32 (12.89% from 255) = 9.09%
R=53.41%
G=37.5%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881323200.300.830.2638.4670.9143.14
HexBC842001E531A26472b
Octal27420440036123324610753
Binary10111100100001001000000111101010011110101001101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8420; }

 p { color: rgb(188,132,32); }

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

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

 a { background-color: rgb(188,132,32); }

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

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

 span { border-color: rgb(188,132,32); }

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