#B1A550

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

Shades of Brass #B1A550

Tints of Brass #B1A550

Color information

#B1A550 (or 0xB1A550) is unknown color: approx Brass. HEX triplet: B1, A5 and 50. RGB value is (177,165,80). Sum of RGB (Red+Green+Blue) = 177+165+80=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A550 is #4E5AAF. Grayscale: #9F9F9F. Windows color (decimal): -5135024 or 5285297. OLE color: 5285297.

HSL color Cylindrical-coordinate representation of color #B1A550: hue angle of 52.58º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1A550 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17716580-
CMYK00.070.550.31
HSL52.58º38.34%50.39%-
HSV(B)52.58º54.8%69.41%-
XYZ33.0336.8412.96-
YUV158.983.48140.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=41.94%
G=39.10%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771658000.070.550.3152.5838.3450.39
HexB1A55007371F352632
Octal261245120076737654662
Binary10110001101001011010000011111011111111110101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A550; }

 p { color: rgb(177,165,80); }

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

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

 a { background-color: rgb(177,165,80); }

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

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

 span { border-color: rgb(177,165,80); }

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