#BC8D1E

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

Shades of Nugget #BC8D1E

Tints of Nugget #BC8D1E

Color information

#BC8D1E (or 0xBC8D1E) is unknown color: approx Nugget. HEX triplet: BC, 8D and 1E. RGB value is (188,141,30). Sum of RGB (Red+Green+Blue) = 188+141+30=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D1E is #4372E1. Grayscale: #8E8E8E. Windows color (decimal): -4420322 or 2002364. OLE color: 2002364.

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

Color convert

RGB18814130-
CMYK00.250.840.26
HSL42.15º72.48%42.75%-
HSV(B)42.15º84.04%73.73%-
XYZ30.529.835.38-
YUV142.464.57160.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 141 (55.47% from 255) = 39.28%
BLUE value IS 30 (12.11% from 255) = 8.36%
R=52.37%
G=39.28%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881413000.250.840.2642.1572.4842.75
HexBC8D1E019541A2a482b
Octal27421536031124325211053
Binary1011110010001101111100110011010100110101010101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D1E; }

 p { color: rgb(188,141,30); }

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

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

 a { background-color: rgb(188,141,30); }

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

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

 span { border-color: rgb(188,141,30); }

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