#B99530

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

Shades of Nugget #B99530

Tints of Nugget #B99530

Color information

#B99530 (or 0xB99530) is unknown color: approx Nugget. HEX triplet: B9, 95 and 30. RGB value is (185,149,48). Sum of RGB (Red+Green+Blue) = 185+149+48=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B99530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99530 is #466ACF. Grayscale: #949494. Windows color (decimal): -4614864 or 3184057. OLE color: 3184057.

HSL color Cylindrical-coordinate representation of color #B99530: hue angle of 44.23º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B99530 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18514948-
CMYK00.190.740.27
HSL44.23º58.8%45.69%-
HSV(B)44.23º74.05%72.55%-
XYZ31.2932.027.33-
YUV148.2571.43154.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 149 (58.59% from 255) = 39.01%
BLUE value IS 48 (19.14% from 255) = 12.57%
R=48.43%
G=39.01%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851494800.190.740.2744.2358.845.69
HexB995300134A1B2c3b2e
Octal2712256002311233547356
Binary1011100110010101110000010011100101011011101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99530; }

 p { color: rgb(185,149,48); }

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

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

 a { background-color: rgb(185,149,48); }

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

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

 span { border-color: rgb(185,149,48); }

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