#BC8E1B

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

Shades of Nugget #BC8E1B

Tints of Nugget #BC8E1B

Color information

#BC8E1B (or 0xBC8E1B) is unknown color: approx Nugget. HEX triplet: BC, 8E and 1B. RGB value is (188,142,27). Sum of RGB (Red+Green+Blue) = 188+142+27=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8E1B is #4371E4. Grayscale: #8F8F8F. Windows color (decimal): -4420069 or 1806012. OLE color: 1806012.

HSL color Cylindrical-coordinate representation of color #BC8E1B: hue angle of 42.86º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC8E1B is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB18814227-
CMYK00.240.860.26
HSL42.86º74.88%42.16%-
HSV(B)42.86º85.64%73.73%-
XYZ30.6130.125.24-
YUV142.6462.74160.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 27 (10.94% from 255) = 7.56%
R=52.66%
G=39.78%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881422700.240.860.2642.8674.8842.16
HexBC8E1B018561A2b4b2a
Octal27421633030126325311352
Binary1011110010001110110110110001010110110101010111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E1B; }

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

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

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

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

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

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

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

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