#B48B2A

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

Shades of Nugget #B48B2A

Tints of Nugget #B48B2A

Color information

#B48B2A (or 0xB48B2A) is unknown color: approx Nugget. HEX triplet: B4, 8B and 2A. RGB value is (180,139,42). Sum of RGB (Red+Green+Blue) = 180+139+42=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B2A is #4B74D5. Grayscale: #8C8C8C. Windows color (decimal): -4945110 or 2788276. OLE color: 2788276.

HSL color Cylindrical-coordinate representation of color #B48B2A: hue angle of 42.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B48B2A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18013942-
CMYK00.230.770.29
HSL42.17º62.16%43.53%-
HSV(B)42.17º76.67%70.59%-
XYZ28.4728.346.16-
YUV140.272.58156.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 42 (16.80% from 255) = 11.63%
R=49.86%
G=38.50%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801394200.230.770.2942.1762.1643.53
HexB48B2A0174D1D2a3e2c
Octal2642135202711535527654
Binary1011010010001011101010010111100110111101101010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B2A; }

 p { color: rgb(180,139,42); }

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

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

 a { background-color: rgb(180,139,42); }

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

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

 span { border-color: rgb(180,139,42); }

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