#B1A93E

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

Shades of Brass #B1A93E

Tints of Brass #B1A93E

Color information

#B1A93E (or 0xB1A93E) is unknown color: approx Brass. HEX triplet: B1, A9 and 3E. RGB value is (177,169,62). Sum of RGB (Red+Green+Blue) = 177+169+62=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A93E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A93E is #4E56C1. Grayscale: #9F9F9F. Windows color (decimal): -5134018 or 4106673. OLE color: 4106673.

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

Color convert

RGB17716962-
CMYK00.050.650.31
HSL55.83º48.12%46.86%-
HSV(B)55.83º64.97%69.41%-
XYZ33.1938.0710.16-
YUV159.1973.15140.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 169 (66.41% from 255) = 41.42%
BLUE value IS 62 (24.61% from 255) = 15.20%
R=43.38%
G=41.42%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771696200.050.650.3155.8348.1246.86
HexB1A93E05411F38302f
Octal261251760510137706057
Binary10110001101010011111100101100000111111111000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A93E; }

 p { color: rgb(177,169,62); }

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

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

 a { background-color: rgb(177,169,62); }

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

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

 span { border-color: rgb(177,169,62); }

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