#B48C22

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

Shades of Nugget #B48C22

Tints of Nugget #B48C22

Color information

#B48C22 (or 0xB48C22) is unknown color: approx Nugget. HEX triplet: B4, 8C and 22. RGB value is (180,140,34). Sum of RGB (Red+Green+Blue) = 180+140+34=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C22 is #4B73DD. Grayscale: #8C8C8C. Windows color (decimal): -4944862 or 2264244. OLE color: 2264244.

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

Color convert

RGB18014034-
CMYK00.220.810.29
HSL43.56º68.22%41.96%-
HSV(B)43.56º81.11%70.59%-
XYZ28.4928.575.53-
YUV139.8868.25156.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.85%
GREEN value IS 140 (55.08% from 255) = 39.55%
BLUE value IS 34 (13.67% from 255) = 9.60%
R=50.85%
G=39.55%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801403400.220.810.2943.5668.2241.96
HexB48C22016511D2c442a
Octal26421442026121355410452
Binary10110100100011001000100101101010001111011011001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C22; }

 p { color: rgb(180,140,34); }

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

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

 a { background-color: rgb(180,140,34); }

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

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

 span { border-color: rgb(180,140,34); }

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