#B18D27

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

Shades of Nugget #B18D27

Tints of Nugget #B18D27

Color information

#B18D27 (or 0xB18D27) is unknown color: approx Nugget. HEX triplet: B1, 8D and 27. RGB value is (177,141,39). Sum of RGB (Red+Green+Blue) = 177+141+39=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D27 is #4E72D8. Grayscale: #8C8C8C. Windows color (decimal): -5141209 or 2592177. OLE color: 2592177.

HSL color Cylindrical-coordinate representation of color #B18D27: hue angle of 44.35º 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 #B18D27 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17714139-
CMYK00.200.780.31
HSL44.35º63.89%42.35%-
HSV(B)44.35º77.97%69.41%-
XYZ28.0228.545.95-
YUV140.1470.93154.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 39 (15.62% from 255) = 10.92%
R=49.58%
G=39.50%
B=10.92%

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
Decimal1771413900.200.780.3144.3563.8942.35
HexB18D270144E1F2c402a
Octal26121547024116375410052
Binary10110001100011011001110101001001110111111011001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D27; }

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

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

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

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

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

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

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

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