#b1891f

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

Shades of Nugget #B1891F

Tints of Nugget #B1891F

Color information

#B1891F (or 0xB1891F) is unknown color: approx Nugget. HEX triplet: B1, 89 and 1F. RGB value is (177,137,31). Sum of RGB (Red+Green+Blue) = 177+137+31=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B1891F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1891F is #4E76E0. Grayscale: #898989. Windows color (decimal): -5142241 or 2066865. OLE color: 2066865.

HSL color Cylindrical-coordinate representation of color #B1891F: hue angle of 43.56º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1891F is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17713731-
CMYK00.230.820.31
HSL43.56º70.19%40.78%-
HSV(B)43.56º82.49%69.41%-
XYZ27.3227.345.13-
YUV136.8868.25156.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 31 (12.5% from 255) = 8.99%
R=51.30%
G=39.71%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771373100.230.820.3143.5670.1940.78
HexB1891F017521F2c4629
Octal26121137027122375410651
Binary1011000110001001111110101111010010111111011001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1891f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1891f; }

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

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

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

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

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

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

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

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