#BB962F

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

Shades of Nugget #BB962F

Tints of Nugget #BB962F

Color information

#BB962F (or 0xBB962F) is unknown color: approx Nugget. HEX triplet: BB, 96 and 2F. RGB value is (187,150,47). Sum of RGB (Red+Green+Blue) = 187+150+47=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB962F is #4469D0. Grayscale: #959595. Windows color (decimal): -4483537 or 3118779. OLE color: 3118779.

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

Color convert

RGB18715047-
CMYK00.200.750.27
HSL44.14º59.83%45.88%-
HSV(B)44.14º74.87%73.33%-
XYZ31.9132.587.3-
YUV149.3270.26154.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 47 (18.75% from 255) = 12.24%
R=48.70%
G=39.06%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871504700.200.750.2744.1459.8345.88
HexBB962F0144B1B2c3c2e
Octal2732265702411333547456
Binary1011101110010110101111010100100101111011101100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB962F; }

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

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

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

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

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

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

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

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