#B48D22

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

Shades of Nugget #B48D22

Tints of Nugget #B48D22

Color information

#B48D22 (or 0xB48D22) is unknown color: approx Nugget. HEX triplet: B4, 8D and 22. RGB value is (180,141,34). Sum of RGB (Red+Green+Blue) = 180+141+34=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D22 is #4B72DD. Grayscale: #8C8C8C. Windows color (decimal): -4944606 or 2264500. OLE color: 2264500.

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

Color convert

RGB18014134-
CMYK00.220.810.29
HSL43.97º68.22%41.96%-
HSV(B)43.97º81.11%70.59%-
XYZ28.6428.875.58-
YUV140.4667.92156.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 34 (13.67% from 255) = 9.58%
R=50.70%
G=39.72%
B=9.58%

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
Decimal1801413400.220.810.2943.9768.2241.96
HexB48D22016511D2c442a
Octal26421542026121355410452
Binary10110100100011011000100101101010001111011011001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D22; }

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

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

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

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

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

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

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

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