#B19E3C

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

Shades of Brass #B19E3C

Tints of Brass #B19E3C

Color information

#B19E3C (or 0xB19E3C) is unknown color: approx Brass. HEX triplet: B1, 9E and 3C. RGB value is (177,158,60). Sum of RGB (Red+Green+Blue) = 177+158+60=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19E3C is #4E61C3. Grayscale: #989898. Windows color (decimal): -5136836 or 3972785. OLE color: 3972785.

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

Color convert

RGB17715860-
CMYK00.110.660.31
HSL50.26º49.37%46.47%-
HSV(B)50.26º66.1%69.41%-
XYZ31.1734.139.22-
YUV152.5175.79145.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 60 (23.83% from 255) = 15.19%
R=44.81%
G=40%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771586000.110.660.3150.2649.3746.47
HexB19E3C0B421F32312e
Octal2612367401310237626156
Binary101100011001111011110001011100001011111110010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E3C; }

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

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

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

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

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

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

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

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