#B9962F

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

Shades of Nugget #B9962F

Tints of Nugget #B9962F

Color information

#B9962F (or 0xB9962F) is unknown color: approx Nugget. HEX triplet: B9, 96 and 2F. RGB value is (185,150,47). Sum of RGB (Red+Green+Blue) = 185+150+47=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9962F is #4669D0. Grayscale: #959595. Windows color (decimal): -4614609 or 3118777. OLE color: 3118777.

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

Color convert

RGB18515047-
CMYK00.190.750.27
HSL44.78º59.48%45.49%-
HSV(B)44.78º74.59%72.55%-
XYZ31.4332.337.27-
YUV148.7270.6153.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 150 (58.98% from 255) = 39.27%
BLUE value IS 47 (18.75% from 255) = 12.30%
R=48.43%
G=39.27%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851504700.190.750.2744.7859.4845.49
HexB9962F0134B1B2d3b2d
Octal2712265702311333557355
Binary1011100110010110101111010011100101111011101101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9962F; }

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

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

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

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

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

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

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

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