#B18D25

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

Shades of Nugget #B18D25

Tints of Nugget #B18D25

Color information

#B18D25 (or 0xB18D25) is unknown color: approx Nugget. HEX triplet: B1, 8D and 25. RGB value is (177,141,37). Sum of RGB (Red+Green+Blue) = 177+141+37=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D25 is #4E72DA. Grayscale: #8C8C8C. Windows color (decimal): -5141211 or 2461105. OLE color: 2461105.

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

Color convert

RGB17714137-
CMYK00.200.790.31
HSL44.57º65.42%41.96%-
HSV(B)44.57º79.1%69.41%-
XYZ27.9928.535.78-
YUV139.9169.93154.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 37 (14.84% from 255) = 10.42%
R=49.86%
G=39.72%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771413700.200.790.3144.5765.4241.96
HexB18D250144F1F2d412a
Octal26121545024117375510152
Binary10110001100011011001010101001001111111111011011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D25; }

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

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

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

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

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

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

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

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