#B38E24

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

Shades of Nugget #B38E24

Tints of Nugget #B38E24

Color information

#B38E24 (or 0xB38E24) is unknown color: approx Nugget. HEX triplet: B3, 8E and 24. RGB value is (179,142,36). Sum of RGB (Red+Green+Blue) = 179+142+36=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38E24 is #4C71DB. Grayscale: #8D8D8D. Windows color (decimal): -5009884 or 2395827. OLE color: 2395827.

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

Color convert

RGB17914236-
CMYK00.210.800.30
HSL44.48º66.51%42.16%-
HSV(B)44.48º79.89%70.2%-
XYZ28.5829.065.77-
YUV140.9868.76155.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.14%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 36 (14.45% from 255) = 10.08%
R=50.14%
G=39.78%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791423600.210.800.3044.4866.5142.16
HexB38E24015501E2c432a
Octal26321644025120365410352
Binary10110011100011101001000101011010000111101011001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E24; }

 p { color: rgb(179,142,36); }

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

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

 a { background-color: rgb(179,142,36); }

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

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

 span { border-color: rgb(179,142,36); }

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