#B48927

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

Shades of Nugget #B48927

Tints of Nugget #B48927

Color information

#B48927 (or 0xB48927) is unknown color: approx Nugget. HEX triplet: B4, 89 and 27. RGB value is (180,137,39). Sum of RGB (Red+Green+Blue) = 180+137+39=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B48927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48927 is #4B76D8. Grayscale: #8B8B8B. Windows color (decimal): -4945625 or 2591156. OLE color: 2591156.

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

Color convert

RGB18013739-
CMYK00.240.780.29
HSL41.7º64.38%42.94%-
HSV(B)41.7º78.33%70.59%-
XYZ28.1327.745.79-
YUV138.6871.75157.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 39 (15.62% from 255) = 10.96%
R=50.56%
G=38.48%
B=10.96%

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
Decimal1801373900.240.780.2941.764.3842.94
HexB489270184E1D2a402b
Octal26421147030116355210053
Binary10110100100010011001110110001001110111011010101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48927; }

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

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

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

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

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

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

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

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