#B48827

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

Shades of Nugget #B48827

Tints of Nugget #B48827

Color information

#B48827 (or 0xB48827) is unknown color: approx Nugget. HEX triplet: B4, 88 and 27. RGB value is (180,136,39). Sum of RGB (Red+Green+Blue) = 180+136+39=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B48827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48827 is #4B77D8. Grayscale: #8A8A8A. Windows color (decimal): -4945881 or 2590900. OLE color: 2590900.

HSL color Cylindrical-coordinate representation of color #B48827: hue angle of 41.28º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B48827 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18013639-
CMYK00.240.780.29
HSL41.28º64.38%42.94%-
HSV(B)41.28º78.33%70.59%-
XYZ27.9927.465.74-
YUV138.172.08157.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 136 (53.52% from 255) = 38.31%
BLUE value IS 39 (15.62% from 255) = 10.99%
R=50.70%
G=38.31%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801363900.240.780.2941.2864.3842.94
HexB488270184E1D29402b
Octal26421047030116355110053
Binary10110100100010001001110110001001110111011010011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48827; }

 p { color: rgb(180,136,39); }

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

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

 a { background-color: rgb(180,136,39); }

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

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

 span { border-color: rgb(180,136,39); }

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