#B38C28

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

Shades of Nugget #B38C28

Tints of Nugget #B38C28

Color information

#B38C28 (or 0xB38C28) is unknown color: approx Nugget. HEX triplet: B3, 8C and 28. RGB value is (179,140,40). Sum of RGB (Red+Green+Blue) = 179+140+40=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C28 is #4C73D7. Grayscale: #8C8C8C. Windows color (decimal): -5010392 or 2657459. OLE color: 2657459.

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

Color convert

RGB17914040-
CMYK00.220.780.30
HSL43.17º63.47%42.94%-
HSV(B)43.17º77.65%70.2%-
XYZ28.3528.496.01-
YUV140.2671.42155.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 40 (16.02% from 255) = 11.14%
R=49.86%
G=39.00%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791404000.220.780.3043.1763.4742.94
HexB38C280164E1E2b3f2b
Octal2632145002611636537753
Binary1011001110001100101000010110100111011110101011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38C28; }

 p { color: rgb(179,140,40); }

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

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

 a { background-color: rgb(179,140,40); }

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

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

 span { border-color: rgb(179,140,40); }

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