#B18E27

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

Shades of Nugget #B18E27

Tints of Nugget #B18E27

Color information

#B18E27 (or 0xB18E27) is unknown color: approx Nugget. HEX triplet: B1, 8E and 27. RGB value is (177,142,39). Sum of RGB (Red+Green+Blue) = 177+142+39=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E27 is #4E71D8. Grayscale: #8D8D8D. Windows color (decimal): -5140953 or 2592433. OLE color: 2592433.

HSL color Cylindrical-coordinate representation of color #B18E27: hue angle of 44.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B18E27 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17714239-
CMYK00.200.780.31
HSL44.78º63.89%42.35%-
HSV(B)44.78º77.97%69.41%-
XYZ28.1728.846-
YUV140.7270.6153.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 142 (55.86% from 255) = 39.66%
BLUE value IS 39 (15.62% from 255) = 10.89%
R=49.44%
G=39.66%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771423900.200.780.3144.7863.8942.35
HexB18E270144E1F2d402a
Octal26121647024116375510052
Binary10110001100011101001110101001001110111111011011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E27; }

 p { color: rgb(177,142,39); }

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

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

 a { background-color: rgb(177,142,39); }

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

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

 span { border-color: rgb(177,142,39); }

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