#BC8E1E

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

Shades of Nugget #BC8E1E

Tints of Nugget #BC8E1E

Color information

#BC8E1E (or 0xBC8E1E) is unknown color: approx Nugget. HEX triplet: BC, 8E and 1E. RGB value is (188,142,30). Sum of RGB (Red+Green+Blue) = 188+142+30=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8E1E is #4371E1. Grayscale: #8F8F8F. Windows color (decimal): -4420066 or 2002620. OLE color: 2002620.

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

Color convert

RGB18814230-
CMYK00.240.840.26
HSL42.53º72.48%42.75%-
HSV(B)42.53º84.04%73.73%-
XYZ30.6530.135.43-
YUV142.9964.24160.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 142 (55.86% from 255) = 39.44%
BLUE value IS 30 (12.11% from 255) = 8.33%
R=52.22%
G=39.44%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881423000.240.840.2642.5372.4842.75
HexBC8E1E018541A2b482b
Octal27421636030124325311053
Binary1011110010001110111100110001010100110101010111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E1E; }

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

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

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

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

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

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

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

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