#BB9527

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

Shades of Nugget #BB9527

Tints of Nugget #BB9527

Color information

#BB9527 (or 0xBB9527) is unknown color: approx Nugget. HEX triplet: BB, 95 and 27. RGB value is (187,149,39). Sum of RGB (Red+Green+Blue) = 187+149+39=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9527 is #446AD8. Grayscale: #949494. Windows color (decimal): -4483801 or 2594235. OLE color: 2594235.

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

Color convert

RGB18714939-
CMYK00.200.790.27
HSL44.59º65.49%44.31%-
HSV(B)44.59º79.14%73.33%-
XYZ31.6132.216.47-
YUV147.8266.59155.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 39 (15.62% from 255) = 10.4%
R=49.87%
G=39.73%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871493900.200.790.2744.5965.4944.31
HexBB95270144F1B2d412c
Octal27322547024117335510154
Binary10111011100101011001110101001001111110111011011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9527; }

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

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

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

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

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

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

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

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