#B9972F

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

Shades of Nugget #B9972F

Tints of Nugget #B9972F

Color information

#B9972F (or 0xB9972F) is unknown color: approx Nugget. HEX triplet: B9, 97 and 2F. RGB value is (185,151,47). Sum of RGB (Red+Green+Blue) = 185+151+47=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9972F is #4668D0. Grayscale: #959595. Windows color (decimal): -4614353 or 3119033. OLE color: 3119033.

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

Color convert

RGB18515147-
CMYK00.180.750.27
HSL45.22º59.48%45.49%-
HSV(B)45.22º74.59%72.55%-
XYZ31.5932.657.33-
YUV149.3170.26153.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 151 (59.38% from 255) = 39.43%
BLUE value IS 47 (18.75% from 255) = 12.27%
R=48.30%
G=39.43%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851514700.180.750.2745.2259.4845.49
HexB9972F0124B1B2d3b2d
Octal2712275702211333557355
Binary1011100110010111101111010010100101111011101101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9972F; }

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

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

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

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

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

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

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

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