#B49027

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

Shades of Nugget #B49027

Tints of Nugget #B49027

Color information

#B49027 (or 0xB49027) is unknown color: approx Nugget. HEX triplet: B4, 90 and 27. RGB value is (180,144,39). Sum of RGB (Red+Green+Blue) = 180+144+39=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B49027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49027 is #4B6FD8. Grayscale: #8F8F8F. Windows color (decimal): -4943833 or 2592948. OLE color: 2592948.

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

Color convert

RGB18014439-
CMYK00.20.780.29
HSL44.68º64.38%42.94%-
HSV(B)44.68º78.33%70.59%-
XYZ29.1629.86.13-
YUV142.7969.43154.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 39 (15.62% from 255) = 10.74%
R=49.59%
G=39.67%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801443900.20.780.2944.6864.3842.94
HexB490270144E1D2d402b
Octal26422047024116355510053
Binary10110100100100001001110101001001110111011011011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49027; }

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

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

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

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

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

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

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

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