#BC851E

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

Shades of Nugget #BC851E

Tints of Nugget #BC851E

Color information

#BC851E (or 0xBC851E) is unknown color: approx Nugget. HEX triplet: BC, 85 and 1E. RGB value is (188,133,30). Sum of RGB (Red+Green+Blue) = 188+133+30=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC851E is #437AE1. Grayscale: #8A8A8A. Windows color (decimal): -4422370 or 2000316. OLE color: 2000316.

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

Color convert

RGB18813330-
CMYK00.290.840.26
HSL39.11º72.48%42.75%-
HSV(B)39.11º84.04%73.73%-
XYZ29.3627.565-
YUV137.767.22163.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.56%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 30 (12.11% from 255) = 8.55%
R=53.56%
G=37.89%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881333000.290.840.2639.1172.4842.75
HexBC851E01D541A27482b
Octal27420536035124324711053
Binary1011110010000101111100111011010100110101001111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC851E; }

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

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

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

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

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

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

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

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