#B18929

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

Shades of Nugget #B18929

Tints of Nugget #B18929

Color information

#B18929 (or 0xB18929) is unknown color: approx Nugget. HEX triplet: B1, 89 and 29. RGB value is (177,137,41). Sum of RGB (Red+Green+Blue) = 177+137+41=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B18929 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18929 is #4E76D6. Grayscale: #8A8A8A. Windows color (decimal): -5142231 or 2722225. OLE color: 2722225.

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

Color convert

RGB17713741-
CMYK00.230.770.31
HSL42.35º62.39%42.75%-
HSV(B)42.35º76.84%69.41%-
XYZ27.4827.45.94-
YUV138.0273.25155.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 41 (16.41% from 255) = 11.55%
R=49.86%
G=38.59%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771374100.230.770.3142.3562.3942.75
HexB189290174D1F2a3e2b
Octal2612115102711537527653
Binary1011000110001001101001010111100110111111101010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18929; }

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

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

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

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

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

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

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

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