#BB9122

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

Shades of Nugget #BB9122

Tints of Nugget #BB9122

Color information

#BB9122 (or 0xBB9122) is unknown color: approx Nugget. HEX triplet: BB, 91 and 22. RGB value is (187,145,34). Sum of RGB (Red+Green+Blue) = 187+145+34=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9122 is #446EDD. Grayscale: #919191. Windows color (decimal): -4484830 or 2265531. OLE color: 2265531.

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

Color convert

RGB18714534-
CMYK00.220.820.27
HSL43.53º69.23%43.33%-
HSV(B)43.53º81.82%73.33%-
XYZ30.9130.935.85-
YUV144.965.41158.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 145 (57.03% from 255) = 39.62%
BLUE value IS 34 (13.67% from 255) = 9.29%
R=51.09%
G=39.62%
B=9.29%

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
Decimal1871453400.220.820.2743.5369.2343.33
HexBB9122016521B2c452b
Octal27322142026122335410553
Binary10111011100100011000100101101010010110111011001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9122; }

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

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

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

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

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

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

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

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