#BB9222

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

Shades of Nugget #BB9222

Tints of Nugget #BB9222

Color information

#BB9222 (or 0xBB9222) is unknown color: approx Nugget. HEX triplet: BB, 92 and 22. RGB value is (187,146,34). Sum of RGB (Red+Green+Blue) = 187+146+34=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9222 is #446DDD. Grayscale: #919191. Windows color (decimal): -4484574 or 2265787. OLE color: 2265787.

HSL color Cylindrical-coordinate representation of color #BB9222: hue angle of 43.92º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB9222 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18714634-
CMYK00.220.820.27
HSL43.92º69.23%43.33%-
HSV(B)43.92º81.82%73.33%-
XYZ31.0631.245.91-
YUV145.4965.08157.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 34 (13.67% from 255) = 9.26%
R=50.95%
G=39.78%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871463400.220.820.2743.9269.2343.33
HexBB9222016521B2c452b
Octal27322242026122335410553
Binary10111011100100101000100101101010010110111011001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9222; }

 p { color: rgb(187,146,34); }

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

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

 a { background-color: rgb(187,146,34); }

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

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

 span { border-color: rgb(187,146,34); }

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