#bc8d1c

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

Shades of Nugget #BC8D1C

Tints of Nugget #BC8D1C

Color information

#BC8D1C (or 0xBC8D1C) is unknown color: approx Nugget. HEX triplet: BC, 8D and 1C. RGB value is (188,141,28). Sum of RGB (Red+Green+Blue) = 188+141+28=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D1C is #4372E3. Grayscale: #8E8E8E. Windows color (decimal): -4420324 or 1871292. OLE color: 1871292.

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

Color convert

RGB18814128-
CMYK00.250.850.26
HSL42.38º74.07%42.35%-
HSV(B)42.38º85.11%73.73%-
XYZ30.4729.825.25-
YUV142.1763.57160.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 28 (11.33% from 255) = 7.84%
R=52.66%
G=39.50%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881412800.250.850.2642.3874.0742.35
HexBC8D1C019551A2a4a2a
Octal27421534031125325211252
Binary1011110010001101111000110011010101110101010101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc8d1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc8d1c; }

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

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

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

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

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

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

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

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