#B5B145

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

Shades of Brass #B5B145

Tints of Brass #B5B145

Color information

#B5B145 (or 0xB5B145) is unknown color: approx Brass. HEX triplet: B5, B1 and 45. RGB value is (181,177,69). Sum of RGB (Red+Green+Blue) = 181+177+69=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B145 is #4A4EBA. Grayscale: #A6A6A6. Windows color (decimal): -4869819 or 4567477. OLE color: 4567477.

HSL color Cylindrical-coordinate representation of color #B5B145: hue angle of 57.86º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5B145 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18117769-
CMYK00.020.620.29
HSL57.86º44.8%49.02%-
HSV(B)57.86º61.88%70.98%-
XYZ35.8541.711.79-
YUV165.8873.33138.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 177 (69.53% from 255) = 41.45%
BLUE value IS 69 (27.34% from 255) = 16.16%
R=42.39%
G=41.45%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811776900.020.620.2957.8644.849.02
HexB5B145023E1D3a2d31
Octal265261105027635725561
Binary1011010110110001100010101011111011101111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B145; }

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

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

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

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

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

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

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

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