#B38E29

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

Shades of Nugget #B38E29

Tints of Nugget #B38E29

Color information

#B38E29 (or 0xB38E29) is unknown color: approx Nugget. HEX triplet: B3, 8E and 29. RGB value is (179,142,41). Sum of RGB (Red+Green+Blue) = 179+142+41=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38E29 is #4C71D6. Grayscale: #8D8D8D. Windows color (decimal): -5009879 or 2723507. OLE color: 2723507.

HSL color Cylindrical-coordinate representation of color #B38E29: hue angle of 43.91º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B38E29 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17914241-
CMYK00.210.770.30
HSL43.91º62.73%43.14%-
HSV(B)43.91º77.09%70.2%-
XYZ28.6629.096.2-
YUV141.5571.26154.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.45%
GREEN value IS 142 (55.86% from 255) = 39.23%
BLUE value IS 41 (16.41% from 255) = 11.33%
R=49.45%
G=39.23%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791424100.210.770.3043.9162.7343.14
HexB38E290154D1E2c3f2b
Octal2632165102511536547753
Binary1011001110001110101001010101100110111110101100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E29; }

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

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

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

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

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

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

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

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