#BB9329

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

Shades of Nugget #BB9329

Tints of Nugget #BB9329

Color information

#BB9329 (or 0xBB9329) is unknown color: approx Nugget. HEX triplet: BB, 93 and 29. RGB value is (187,147,41). Sum of RGB (Red+Green+Blue) = 187+147+41=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9329 is #446CD6. Grayscale: #939393. Windows color (decimal): -4484311 or 2724795. OLE color: 2724795.

HSL color Cylindrical-coordinate representation of color #BB9329: hue angle of 43.56º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB9329 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18714741-
CMYK00.210.780.27
HSL43.56º64.04%44.71%-
HSV(B)43.56º78.07%73.33%-
XYZ31.3331.596.54-
YUV146.8868.25156.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 41 (16.41% from 255) = 10.93%
R=49.87%
G=39.2%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871474100.210.780.2743.5664.0444.71
HexBB93290154E1B2c402d
Octal27322351025116335410055
Binary10111011100100111010010101011001110110111011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9329; }

 p { color: rgb(187,147,41); }

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

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

 a { background-color: rgb(187,147,41); }

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

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

 span { border-color: rgb(187,147,41); }

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