#B48625

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

Shades of Nugget #B48625

Tints of Nugget #B48625

Color information

#B48625 (or 0xB48625) is unknown color: approx Nugget. HEX triplet: B4, 86 and 25. RGB value is (180,134,37). Sum of RGB (Red+Green+Blue) = 180+134+37=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B48625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48625 is #4B79DA. Grayscale: #898989. Windows color (decimal): -4946395 or 2459316. OLE color: 2459316.

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

Color convert

RGB18013437-
CMYK00.260.790.29
HSL40.7º65.9%42.55%-
HSV(B)40.7º79.44%70.59%-
XYZ27.6826.895.48-
YUV136.771.74158.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 37 (14.84% from 255) = 10.54%
R=51.28%
G=38.18%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801343700.260.790.2940.765.942.55
HexB4862501A4F1D29422b
Octal26420645032117355110253
Binary10110100100001101001010110101001111111011010011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48625; }

 p { color: rgb(180,134,37); }

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

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

 a { background-color: rgb(180,134,37); }

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

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

 span { border-color: rgb(180,134,37); }

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