#B1A03A

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

Shades of Brass #B1A03A

Tints of Brass #B1A03A

Color information

#B1A03A (or 0xB1A03A) is unknown color: approx Brass. HEX triplet: B1, A0 and 3A. RGB value is (177,160,58). Sum of RGB (Red+Green+Blue) = 177+160+58=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A03A is #4E5FC5. Grayscale: #999999. Windows color (decimal): -5136326 or 3842225. OLE color: 3842225.

HSL color Cylindrical-coordinate representation of color #B1A03A: hue angle of 51.43º 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 #B1A03A is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17716058-
CMYK00.100.670.31
HSL51.43º50.64%46.08%-
HSV(B)51.43º67.23%69.41%-
XYZ31.4734.799.06-
YUV153.4574.13144.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 58 (23.05% from 255) = 14.68%
R=44.81%
G=40.51%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771605800.100.670.3151.4350.6446.08
HexB1A03A0A431F33332e
Octal2612407201210337636356
Binary101100011010000011101001010100001111111110011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A03A; }

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

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

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

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

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

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

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

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