#B1B045

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

Shades of Brass #B1B045

Tints of Brass #B1B045

Color information

#B1B045 (or 0xB1B045) is unknown color: approx Brass. HEX triplet: B1, B0 and 45. RGB value is (177,176,69). Sum of RGB (Red+Green+Blue) = 177+176+69=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B045 is #4E4FBA. Grayscale: #A4A4A4. Windows color (decimal): -5132219 or 4567217. OLE color: 4567217.

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

Color convert

RGB17717669-
CMYK00.010.610.31
HSL59.44º43.9%48.24%-
HSV(B)59.44º61.02%69.41%-
XYZ34.7340.8311.68-
YUV164.174.33137.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 176 (69.14% from 255) = 41.71%
BLUE value IS 69 (27.34% from 255) = 16.35%
R=41.94%
G=41.71%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771766900.010.610.3159.4443.948.24
HexB1B045013D1F3b2c30
Octal261260105017537735460
Binary101100011011000010001010111110111111111011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B045; }

 p { color: rgb(177,176,69); }

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

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

 a { background-color: rgb(177,176,69); }

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

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

 span { border-color: rgb(177,176,69); }

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