#BB9227

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

Shades of Nugget #BB9227

Tints of Nugget #BB9227

Color information

#BB9227 (or 0xBB9227) is unknown color: approx Nugget. HEX triplet: BB, 92 and 27. RGB value is (187,146,39). Sum of RGB (Red+Green+Blue) = 187+146+39=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9227 is #446DD8. Grayscale: #929292. Windows color (decimal): -4484569 or 2593467. OLE color: 2593467.

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

Color convert

RGB18714639-
CMYK00.220.790.27
HSL43.38º65.49%44.31%-
HSV(B)43.38º79.14%73.33%-
XYZ31.1431.276.31-
YUV146.0667.58157.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.27%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 39 (15.62% from 255) = 10.48%
R=50.27%
G=39.25%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871463900.220.790.2743.3865.4944.31
HexBB92270164F1B2b412c
Octal27322247026117335310154
Binary10111011100100101001110101101001111110111010111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9227; }

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

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

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

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

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

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

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

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