#b5b344

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

Shades of Brass #B5B344

Tints of Brass #B5B344

Color information

#B5B344 (or 0xB5B344) is unknown color: approx Brass. HEX triplet: B5, B3 and 44. RGB value is (181,179,68). Sum of RGB (Red+Green+Blue) = 181+179+68=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B344 is #4A4CBB. Grayscale: #A7A7A7. Windows color (decimal): -4869308 or 4502453. OLE color: 4502453.

HSL color Cylindrical-coordinate representation of color #B5B344: hue angle of 58.94º 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 #B5B344 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18117968-
CMYK00.010.620.29
HSL58.94º45.38%48.82%-
HSV(B)58.94º62.43%70.98%-
XYZ36.2242.4811.76-
YUV166.9472.16138.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 179 (70.31% from 255) = 41.82%
BLUE value IS 68 (26.95% from 255) = 15.89%
R=42.29%
G=41.82%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811796800.010.620.2958.9445.3848.82
HexB5B344013E1D3b2d31
Octal265263104017635735561
Binary101101011011001110001000111111011101111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5b344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5b344; }

 p { color: rgb(181,179,68); }

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

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

 a { background-color: rgb(181,179,68); }

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

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

 span { border-color: rgb(181,179,68); }

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