#B18A23

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

Shades of Nugget #B18A23

Tints of Nugget #B18A23

Color information

#B18A23 (or 0xB18A23) is unknown color: approx Nugget. HEX triplet: B1, 8A and 23. RGB value is (177,138,35). Sum of RGB (Red+Green+Blue) = 177+138+35=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A23 is #4E75DC. Grayscale: #8A8A8A. Windows color (decimal): -5141981 or 2329265. OLE color: 2329265.

HSL color Cylindrical-coordinate representation of color #B18A23: hue angle of 43.52º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B18A23 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17713835-
CMYK00.220.800.31
HSL43.52º66.98%41.57%-
HSV(B)43.52º80.23%69.41%-
XYZ27.5227.655.48-
YUV137.9269.92155.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 35 (14.06% from 255) = 10%
R=50.57%
G=39.43%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771383500.220.800.3143.5266.9841.57
HexB18A23016501F2c432a
Octal26121243026120375410352
Binary10110001100010101000110101101010000111111011001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A23; }

 p { color: rgb(177,138,35); }

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

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

 a { background-color: rgb(177,138,35); }

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

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

 span { border-color: rgb(177,138,35); }

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