#B19F40

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

Shades of Brass #B19F40

Tints of Brass #B19F40

Color information

#B19F40 (or 0xB19F40) is unknown color: approx Brass. HEX triplet: B1, 9F and 40. RGB value is (177,159,64). Sum of RGB (Red+Green+Blue) = 177+159+64=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19F40 is #4E60BF. Grayscale: #999999. Windows color (decimal): -5136576 or 4235185. OLE color: 4235185.

HSL color Cylindrical-coordinate representation of color #B19F40: hue angle of 50.44º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B19F40 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB17715964-
CMYK00.100.640.31
HSL50.44º46.89%47.25%-
HSV(B)50.44º63.84%69.41%-
XYZ31.4634.519.85-
YUV153.5577.46144.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 64 (25.39% from 255) = 16%
R=44.25%
G=39.75%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771596400.100.640.3150.4446.8947.25
HexB19F400A401F322f2f
Octal26123710001210037625757
Binary1011000110011111100000001010100000011111110010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F40; }

 p { color: rgb(177,159,64); }

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

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

 a { background-color: rgb(177,159,64); }

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

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

 span { border-color: rgb(177,159,64); }

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