#B18C24

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

Shades of Nugget #B18C24

Tints of Nugget #B18C24

Color information

#B18C24 (or 0xB18C24) is unknown color: approx Nugget. HEX triplet: B1, 8C and 24. RGB value is (177,140,36). Sum of RGB (Red+Green+Blue) = 177+140+36=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18C24 is #4E73DB. Grayscale: #8B8B8B. Windows color (decimal): -5141468 or 2395313. OLE color: 2395313.

HSL color Cylindrical-coordinate representation of color #B18C24: hue angle of 44.26º degrees, saturation: 0.66, 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 #B18C24 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17714036-
CMYK00.210.800.31
HSL44.26º66.2%41.76%-
HSV(B)44.26º79.66%69.41%-
XYZ27.8328.235.65-
YUV139.2169.76154.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 140 (55.08% from 255) = 39.66%
BLUE value IS 36 (14.45% from 255) = 10.20%
R=50.14%
G=39.66%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771403600.210.800.3144.2666.241.76
HexB18C24015501F2c422a
Octal26121444025120375410252
Binary10110001100011001001000101011010000111111011001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C24; }

 p { color: rgb(177,140,36); }

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

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

 a { background-color: rgb(177,140,36); }

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

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

 span { border-color: rgb(177,140,36); }

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