#BC8620

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

Shades of Nugget #BC8620

Tints of Nugget #BC8620

Color information

#BC8620 (or 0xBC8620) is unknown color: approx Nugget. HEX triplet: BC, 86 and 20. RGB value is (188,134,32). Sum of RGB (Red+Green+Blue) = 188+134+32=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8620 is #4379DF. Grayscale: #8A8A8A. Windows color (decimal): -4422112 or 2131644. OLE color: 2131644.

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

Color convert

RGB18813432-
CMYK00.290.830.26
HSL39.23º70.91%43.14%-
HSV(B)39.23º82.98%73.73%-
XYZ29.5227.855.19-
YUV138.5267.89163.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 32 (12.89% from 255) = 9.04%
R=53.11%
G=37.85%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881343200.290.830.2639.2370.9143.14
HexBC862001D531A27472b
Octal27420640035123324710753
Binary10111100100001101000000111011010011110101001111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8620; }

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

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

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

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

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

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

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

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