#B99F3C

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

Shades of Brass #B99F3C

Tints of Brass #B99F3C

Color information

#B99F3C (or 0xB99F3C) is unknown color: approx Brass. HEX triplet: B9, 9F and 3C. RGB value is (185,159,60). Sum of RGB (Red+Green+Blue) = 185+159+60=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99F3C is #4660C3. Grayscale: #9B9B9B. Windows color (decimal): -4612292 or 3973049. OLE color: 3973049.

HSL color Cylindrical-coordinate representation of color #B99F3C: hue angle of 47.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B99F3C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18515960-
CMYK00.140.680.27
HSL47.52º51.02%48.04%-
HSV(B)47.52º67.57%72.55%-
XYZ33.2235.449.36-
YUV155.4974.11149.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 159 (62.5% from 255) = 39.36%
BLUE value IS 60 (23.83% from 255) = 14.85%
R=45.79%
G=39.36%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851596000.140.680.2747.5251.0248.04
HexB99F3C0E441B303330
Octal2712377401610433606360
Binary101110011001111111110001110100010011011110000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F3C; }

 p { color: rgb(185,159,60); }

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

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

 a { background-color: rgb(185,159,60); }

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

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

 span { border-color: rgb(185,159,60); }

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