#BB9525

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

Shades of Nugget #BB9525

Tints of Nugget #BB9525

Color information

#BB9525 (or 0xBB9525) is unknown color: approx Nugget. HEX triplet: BB, 95 and 25. RGB value is (187,149,37). Sum of RGB (Red+Green+Blue) = 187+149+37=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9525 is #446ADA. Grayscale: #949494. Windows color (decimal): -4483803 or 2463163. OLE color: 2463163.

HSL color Cylindrical-coordinate representation of color #BB9525: hue angle of 44.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB9525 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18714937-
CMYK00.200.800.27
HSL44.8º66.96%43.92%-
HSV(B)44.8º80.21%73.33%-
XYZ31.5732.196.3-
YUV147.5965.59156.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 37 (14.84% from 255) = 9.92%
R=50.13%
G=39.95%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871493700.200.800.2744.866.9643.92
HexBB9525014501B2d432c
Octal27322545024120335510354
Binary10111011100101011001010101001010000110111011011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9525; }

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

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

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

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

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

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

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

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