#BC912C

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

Shades of Nugget #BC912C

Tints of Nugget #BC912C

Color information

#BC912C (or 0xBC912C) is unknown color: approx Nugget. HEX triplet: BC, 91 and 2C. RGB value is (188,145,44). Sum of RGB (Red+Green+Blue) = 188+145+44=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC912C is #436ED3. Grayscale: #929292. Windows color (decimal): -4419284 or 2920892. OLE color: 2920892.

HSL color Cylindrical-coordinate representation of color #BC912C: hue angle of 42.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC912C is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18814544-
CMYK00.230.770.26
HSL42.08º62.07%45.49%-
HSV(B)42.08º76.6%73.73%-
XYZ31.3231.126.74-
YUV146.3470.25157.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 44 (17.58% from 255) = 11.67%
R=49.87%
G=38.46%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881454400.230.770.2642.0862.0745.49
HexBC912C0174D1A2a3e2d
Octal2742215402711532527655
Binary1011110010010001101100010111100110111010101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC912C; }

 p { color: rgb(188,145,44); }

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

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

 a { background-color: rgb(188,145,44); }

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

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

 span { border-color: rgb(188,145,44); }

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