#BB9428

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

Shades of Nugget #BB9428

Tints of Nugget #BB9428

Color information

#BB9428 (or 0xBB9428) is unknown color: approx Nugget. HEX triplet: BB, 94 and 28. RGB value is (187,148,40). Sum of RGB (Red+Green+Blue) = 187+148+40=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9428 is #446BD7. Grayscale: #939393. Windows color (decimal): -4484056 or 2659515. OLE color: 2659515.

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

Color convert

RGB18714840-
CMYK00.210.790.27
HSL44.08º64.76%44.51%-
HSV(B)44.08º78.61%73.33%-
XYZ31.4731.96.51-
YUV147.3567.42156.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 40 (16.02% from 255) = 10.67%
R=49.87%
G=39.47%
B=10.67%

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
Decimal1871484000.210.790.2744.0864.7644.51
HexBB94280154F1B2c412d
Octal27322450025117335410155
Binary10111011100101001010000101011001111110111011001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9428; }

 p { color: rgb(187,148,40); }

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

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

 a { background-color: rgb(187,148,40); }

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

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

 span { border-color: rgb(187,148,40); }

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