#BC901E

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

Shades of Nugget #BC901E

Tints of Nugget #BC901E

Color information

#BC901E (or 0xBC901E) is unknown color: approx Nugget. HEX triplet: BC, 90 and 1E. RGB value is (188,144,30). Sum of RGB (Red+Green+Blue) = 188+144+30=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC901E is #436FE1. Grayscale: #909090. Windows color (decimal): -4419554 or 2003132. OLE color: 2003132.

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

Color convert

RGB18814430-
CMYK00.230.840.26
HSL43.29º72.48%42.75%-
HSV(B)43.29º84.04%73.73%-
XYZ30.9530.735.53-
YUV144.1663.58159.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.93%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 30 (12.11% from 255) = 8.29%
R=51.93%
G=39.78%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881443000.230.840.2643.2972.4842.75
HexBC901E017541A2b482b
Octal27422036027124325311053
Binary1011110010010000111100101111010100110101010111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC901E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC901E; }

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

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

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

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

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

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

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

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