#B48A28

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

Shades of Nugget #B48A28

Tints of Nugget #B48A28

Color information

#B48A28 (or 0xB48A28) is unknown color: approx Nugget. HEX triplet: B4, 8A and 28. RGB value is (180,138,40). Sum of RGB (Red+Green+Blue) = 180+138+40=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A28 is #4B75D7. Grayscale: #8B8B8B. Windows color (decimal): -4945368 or 2656948. OLE color: 2656948.

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

Color convert

RGB18013840-
CMYK00.230.780.29
HSL42º63.64%43.14%-
HSV(B)42º77.78%70.59%-
XYZ28.2928.035.93-
YUV139.3971.91156.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 138 (54.30% from 255) = 38.55%
BLUE value IS 40 (16.02% from 255) = 11.17%
R=50.28%
G=38.55%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801384000.230.780.294263.6443.14
HexB48A280174E1D2a402b
Octal26421250027116355210053
Binary10110100100010101010000101111001110111011010101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A28; }

 p { color: rgb(180,138,40); }

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

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

 a { background-color: rgb(180,138,40); }

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

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

 span { border-color: rgb(180,138,40); }

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