#B99933

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

Shades of Nugget #B99933

Tints of Nugget #B99933

Color information

#B99933 (or 0xB99933) is unknown color: approx Nugget. HEX triplet: B9, 99 and 33. RGB value is (185,153,51). Sum of RGB (Red+Green+Blue) = 185+153+51=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B99933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99933 is #4666CC. Grayscale: #979797. Windows color (decimal): -4613837 or 3381689. OLE color: 3381689.

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

Color convert

RGB18515351-
CMYK00.170.720.27
HSL45.67º56.78%46.27%-
HSV(B)45.67º72.43%72.55%-
XYZ3233.347.88-
YUV150.9471.6152.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 51 (20.31% from 255) = 13.11%
R=47.56%
G=39.33%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851535100.170.720.2745.6756.7846.27
HexB99933011481B2e392e
Octal2712316302111033567156
Binary1011100110011001110011010001100100011011101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99933; }

 p { color: rgb(185,153,51); }

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

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

 a { background-color: rgb(185,153,51); }

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

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

 span { border-color: rgb(185,153,51); }

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