#B99631

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

Shades of Nugget #B99631

Tints of Nugget #B99631

Color information

#B99631 (or 0xB99631) is unknown color: approx Nugget. HEX triplet: B9, 96 and 31. RGB value is (185,150,49). Sum of RGB (Red+Green+Blue) = 185+150+49=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B99631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99631 is #4669CE. Grayscale: #959595. Windows color (decimal): -4614607 or 3249849. OLE color: 3249849.

HSL color Cylindrical-coordinate representation of color #B99631: hue angle of 44.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B99631 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18515049-
CMYK00.190.740.27
HSL44.56º58.12%45.88%-
HSV(B)44.56º73.51%72.55%-
XYZ31.4732.357.49-
YUV148.9571.6153.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 49 (19.53% from 255) = 12.76%
R=48.18%
G=39.06%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851504900.190.740.2744.5658.1245.88
HexB996310134A1B2d3a2e
Octal2712266102311233557256
Binary1011100110010110110001010011100101011011101101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99631; }

 p { color: rgb(185,150,49); }

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

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

 a { background-color: rgb(185,150,49); }

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

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

 span { border-color: rgb(185,150,49); }

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