#B19E38

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

Shades of Brass #B19E38

Tints of Brass #B19E38

Color information

#B19E38 (or 0xB19E38) is unknown color: approx Brass. HEX triplet: B1, 9E and 38. RGB value is (177,158,56). Sum of RGB (Red+Green+Blue) = 177+158+56=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19E38 is #4E61C7. Grayscale: #989898. Windows color (decimal): -5136840 or 3710641. OLE color: 3710641.

HSL color Cylindrical-coordinate representation of color #B19E38: hue angle of 50.58º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B19E38 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17715856-
CMYK00.110.680.31
HSL50.58º51.93%45.69%-
HSV(B)50.58º68.36%69.41%-
XYZ31.0734.098.68-
YUV152.0573.79145.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 158 (62.11% from 255) = 40.41%
BLUE value IS 56 (22.27% from 255) = 14.32%
R=45.27%
G=40.41%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771585600.110.680.3150.5851.9345.69
HexB19E380B441F33342e
Octal2612367001310437636456
Binary101100011001111011100001011100010011111110011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E38; }

 p { color: rgb(177,158,56); }

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

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

 a { background-color: rgb(177,158,56); }

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

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

 span { border-color: rgb(177,158,56); }

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