#B6841E

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

Shades of Nugget #B6841E

Tints of Nugget #B6841E

Color information

#B6841E (or 0xB6841E) is unknown color: approx Nugget. HEX triplet: B6, 84 and 1E. RGB value is (182,132,30). Sum of RGB (Red+Green+Blue) = 182+132+30=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6841E is #497BE1. Grayscale: #878787. Windows color (decimal): -4815842 or 2000054. OLE color: 2000054.

HSL color Cylindrical-coordinate representation of color #B6841E: hue angle of 40.26º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6841E is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB18213230-
CMYK00.270.840.29
HSL40.26º71.7%41.57%-
HSV(B)40.26º83.52%71.37%-
XYZ27.7826.544.89-
YUV135.3268.56161.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.91%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 30 (12.11% from 255) = 8.72%
R=52.91%
G=38.37%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821323000.270.840.2940.2671.741.57
HexB6841E01B541D28482a
Octal26620436033124355011052
Binary1011011010000100111100110111010100111011010001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6841E; }

 p { color: rgb(182,132,30); }

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

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

 a { background-color: rgb(182,132,30); }

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

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

 span { border-color: rgb(182,132,30); }

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