#BC8D1B

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

Shades of Nugget #BC8D1B

Tints of Nugget #BC8D1B

Color information

#BC8D1B (or 0xBC8D1B) is unknown color: approx Nugget. HEX triplet: BC, 8D and 1B. RGB value is (188,141,27). Sum of RGB (Red+Green+Blue) = 188+141+27=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D1B is #4372E4. Grayscale: #8E8E8E. Windows color (decimal): -4420325 or 1805756. OLE color: 1805756.

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

Color convert

RGB18814127-
CMYK00.250.860.26
HSL42.48º74.88%42.16%-
HSV(B)42.48º85.64%73.73%-
XYZ30.4629.825.19-
YUV142.0663.07160.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 141 (55.47% from 255) = 39.61%
BLUE value IS 27 (10.94% from 255) = 7.58%
R=52.81%
G=39.61%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881412700.250.860.2642.4874.8842.16
HexBC8D1B019561A2a4b2a
Octal27421533031126325211352
Binary1011110010001101110110110011010110110101010101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D1B; }

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

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

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

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

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

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

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

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