#BB9327

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

Shades of Nugget #BB9327

Tints of Nugget #BB9327

Color information

#BB9327 (or 0xBB9327) is unknown color: approx Nugget. HEX triplet: BB, 93 and 27. RGB value is (187,147,39). Sum of RGB (Red+Green+Blue) = 187+147+39=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9327 is #446CD8. Grayscale: #939393. Windows color (decimal): -4484313 or 2593723. OLE color: 2593723.

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

Color convert

RGB18714739-
CMYK00.210.790.27
HSL43.78º65.49%44.31%-
HSV(B)43.78º79.14%73.33%-
XYZ31.2931.586.37-
YUV146.6567.25156.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 39 (15.62% from 255) = 10.46%
R=50.13%
G=39.41%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871473900.210.790.2743.7865.4944.31
HexBB93270154F1B2c412c
Octal27322347025117335410154
Binary10111011100100111001110101011001111110111011001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9327; }

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

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

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

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

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

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

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

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