#B48620

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

Shades of Nugget #B48620

Tints of Nugget #B48620

Color information

#B48620 (or 0xB48620) is unknown color: approx Nugget. HEX triplet: B4, 86 and 20. RGB value is (180,134,32). Sum of RGB (Red+Green+Blue) = 180+134+32=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B48620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48620 is #4B79DF. Grayscale: #888888. Windows color (decimal): -4946400 or 2131636. OLE color: 2131636.

HSL color Cylindrical-coordinate representation of color #B48620: hue angle of 41.35º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B48620 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18013432-
CMYK00.260.820.29
HSL41.35º69.81%41.57%-
HSV(B)41.35º82.22%70.59%-
XYZ27.6126.865.1-
YUV136.1369.24159.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 32 (12.89% from 255) = 9.25%
R=52.02%
G=38.73%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801343200.260.820.2941.3569.8141.57
HexB4862001A521D29462a
Octal26420640032122355110652
Binary10110100100001101000000110101010010111011010011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48620; }

 p { color: rgb(180,134,32); }

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

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

 a { background-color: rgb(180,134,32); }

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

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

 span { border-color: rgb(180,134,32); }

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