#B1A93A

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

Shades of Brass #B1A93A

Tints of Brass #B1A93A

Color information

#B1A93A (or 0xB1A93A) is unknown color: approx Brass. HEX triplet: B1, A9 and 3A. RGB value is (177,169,58). Sum of RGB (Red+Green+Blue) = 177+169+58=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A93A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A93A is #4E56C5. Grayscale: #9F9F9F. Windows color (decimal): -5134022 or 3844529. OLE color: 3844529.

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

Color convert

RGB17716958-
CMYK00.050.670.31
HSL55.97º50.64%46.08%-
HSV(B)55.97º67.23%69.41%-
XYZ33.0838.039.6-
YUV158.7471.15141.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 169 (66.41% from 255) = 41.83%
BLUE value IS 58 (23.05% from 255) = 14.36%
R=43.81%
G=41.83%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771695800.050.670.3155.9750.6446.08
HexB1A93A05431F38332e
Octal261251720510337706356
Binary10110001101010011110100101100001111111111000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A93A; }

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

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

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

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

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

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

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

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