#b9912f

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

Shades of Nugget #B9912F

Tints of Nugget #B9912F

Color information

#B9912F (or 0xB9912F) is unknown color: approx Nugget. HEX triplet: B9, 91 and 2F. RGB value is (185,145,47). Sum of RGB (Red+Green+Blue) = 185+145+47=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9912F is #466ED0. Grayscale: #929292. Windows color (decimal): -4615889 or 3117497. OLE color: 3117497.

HSL color Cylindrical-coordinate representation of color #B9912F: hue angle of 42.61º 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 #B9912F is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18514547-
CMYK00.220.750.27
HSL42.61º59.48%45.49%-
HSV(B)42.61º74.59%72.55%-
XYZ30.6530.777.01-
YUV145.7972.25155.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 47 (18.75% from 255) = 12.47%
R=49.07%
G=38.46%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851454700.220.750.2742.6159.4845.49
HexB9912F0164B1B2b3b2d
Octal2712215702611333537355
Binary1011100110010001101111010110100101111011101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9912f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9912f; }

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

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

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

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

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

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

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

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