#B1861E

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

Shades of Nugget #B1861E

Tints of Nugget #B1861E

Color information

#B1861E (or 0xB1861E) is unknown color: approx Nugget. HEX triplet: B1, 86 and 1E. RGB value is (177,134,30). Sum of RGB (Red+Green+Blue) = 177+134+30=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1861E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1861E is #4E79E1. Grayscale: #878787. Windows color (decimal): -5143010 or 2000561. OLE color: 2000561.

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

Color convert

RGB17713430-
CMYK00.240.830.31
HSL42.45º71.01%40.59%-
HSV(B)42.45º83.05%69.41%-
XYZ26.8926.494.92-
YUV13568.75157.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=51.91%
G=39.30%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771343000.240.830.3142.4571.0140.59
HexB1861E018531F2a4729
Octal26120636030123375210751
Binary1011000110000110111100110001010011111111010101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1861E; }

 p { color: rgb(177,134,30); }

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

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

 a { background-color: rgb(177,134,30); }

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

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

 span { border-color: rgb(177,134,30); }

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