#BC8520

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

Shades of Nugget #BC8520

Tints of Nugget #BC8520

Color information

#BC8520 (or 0xBC8520) is unknown color: approx Nugget. HEX triplet: BC, 85 and 20. RGB value is (188,133,32). Sum of RGB (Red+Green+Blue) = 188+133+32=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8520 is #437ADF. Grayscale: #8A8A8A. Windows color (decimal): -4422368 or 2131388. OLE color: 2131388.

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

Color convert

RGB18813332-
CMYK00.290.830.26
HSL38.85º70.91%43.14%-
HSV(B)38.85º82.98%73.73%-
XYZ29.3927.575.14-
YUV137.9368.22163.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.26%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 32 (12.89% from 255) = 9.07%
R=53.26%
G=37.68%
B=9.07%

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
Decimal1881333200.290.830.2638.8570.9143.14
HexBC852001D531A27472b
Octal27420540035123324710753
Binary10111100100001011000000111011010011110101001111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8520; }

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

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

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

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

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

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

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

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