#B48420

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

Shades of Nugget #B48420

Tints of Nugget #B48420

Color information

#B48420 (or 0xB48420) is unknown color: approx Nugget. HEX triplet: B4, 84 and 20. RGB value is (180,132,32). Sum of RGB (Red+Green+Blue) = 180+132+32=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B48420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48420 is #4B7BDF. Grayscale: #878787. Windows color (decimal): -4946912 or 2131124. OLE color: 2131124.

HSL color Cylindrical-coordinate representation of color #B48420: hue angle of 40.54º 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 #B48420 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18013232-
CMYK00.270.820.29
HSL40.54º69.81%41.57%-
HSV(B)40.54º82.22%70.59%-
XYZ27.3326.315-
YUV134.9569.9160.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 32 (12.89% from 255) = 9.30%
R=52.33%
G=38.37%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801323200.270.820.2940.5469.8141.57
HexB4842001B521D29462a
Octal26420440033122355110652
Binary10110100100001001000000110111010010111011010011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48420; }

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

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

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

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

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

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

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

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