#B2891F

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

Shades of Nugget #B2891F

Tints of Nugget #B2891F

Color information

#B2891F (or 0xB2891F) is unknown color: approx Nugget. HEX triplet: B2, 89 and 1F. RGB value is (178,137,31). Sum of RGB (Red+Green+Blue) = 178+137+31=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B2891F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2891F is #4D76E0. Grayscale: #898989. Windows color (decimal): -5076705 or 2066866. OLE color: 2066866.

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

Color convert

RGB17813731-
CMYK00.230.830.30
HSL43.27º70.33%40.98%-
HSV(B)43.27º82.58%69.8%-
XYZ27.5527.465.14-
YUV137.1768.08157.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 31 (12.5% from 255) = 8.96%
R=51.45%
G=39.60%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781373100.230.830.3043.2770.3340.98
HexB2891F017531E2b4629
Octal26221137027123365310651
Binary1011001010001001111110101111010011111101010111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2891F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2891F; }

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

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

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

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

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

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

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

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