#B2841F

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

Shades of Nugget #B2841F

Tints of Nugget #B2841F

Color information

#B2841F (or 0xB2841F) is unknown color: approx Nugget. HEX triplet: B2, 84 and 1F. RGB value is (178,132,31). Sum of RGB (Red+Green+Blue) = 178+132+31=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2841F is #4D7BE0. Grayscale: #868686. Windows color (decimal): -5077985 or 2065586. OLE color: 2065586.

HSL color Cylindrical-coordinate representation of color #B2841F: hue angle of 41.22º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2841F is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB17813231-
CMYK00.260.830.30
HSL41.22º70.33%40.98%-
HSV(B)41.22º82.58%69.8%-
XYZ26.8626.074.91-
YUV134.2469.74159.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 31 (12.5% from 255) = 9.09%
R=52.20%
G=38.71%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781323100.260.830.3041.2270.3340.98
HexB2841F01A531E294629
Octal26220437032123365110651
Binary1011001010000100111110110101010011111101010011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2841F; }

 p { color: rgb(178,132,31); }

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

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

 a { background-color: rgb(178,132,31); }

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

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

 span { border-color: rgb(178,132,31); }

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