#BB9027

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

Shades of Nugget #BB9027

Tints of Nugget #BB9027

Color information

#BB9027 (or 0xBB9027) is unknown color: approx Nugget. HEX triplet: BB, 90 and 27. RGB value is (187,144,39). Sum of RGB (Red+Green+Blue) = 187+144+39=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9027 is #446FD8. Grayscale: #919191. Windows color (decimal): -4485081 or 2592955. OLE color: 2592955.

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

Color convert

RGB18714439-
CMYK00.230.790.27
HSL42.57º65.49%44.31%-
HSV(B)42.57º79.14%73.33%-
XYZ30.8330.666.21-
YUV144.8968.25158.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 39 (15.62% from 255) = 10.54%
R=50.54%
G=38.92%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871443900.230.790.2742.5765.4944.31
HexBB90270174F1B2b412c
Octal27322047027117335310154
Binary10111011100100001001110101111001111110111010111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9027; }

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

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

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

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

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

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

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

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