#BB9022

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

Shades of Nugget #BB9022

Tints of Nugget #BB9022

Color information

#BB9022 (or 0xBB9022) is unknown color: approx Nugget. HEX triplet: BB, 90 and 22. RGB value is (187,144,34). Sum of RGB (Red+Green+Blue) = 187+144+34=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9022 is #446FDD. Grayscale: #909090. Windows color (decimal): -4485086 or 2265275. OLE color: 2265275.

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

Color convert

RGB18714434-
CMYK00.230.820.27
HSL43.14º69.23%43.33%-
HSV(B)43.14º81.82%73.33%-
XYZ30.7630.635.8-
YUV144.3265.75158.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 34 (13.67% from 255) = 9.32%
R=51.23%
G=39.45%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871443400.230.820.2743.1469.2343.33
HexBB9022017521B2b452b
Octal27322042027122335310553
Binary10111011100100001000100101111010010110111010111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9022; }

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

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

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

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

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

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

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

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