#B5B046

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

Shades of Brass #B5B046

Tints of Brass #B5B046

Color information

#B5B046 (or 0xB5B046) is unknown color: approx Brass. HEX triplet: B5, B0 and 46. RGB value is (181,176,70). Sum of RGB (Red+Green+Blue) = 181+176+70=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B046 is #4A4FB9. Grayscale: #A5A5A5. Windows color (decimal): -4870074 or 4632757. OLE color: 4632757.

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

Color convert

RGB18117670-
CMYK00.030.610.29
HSL57.3º44.22%49.22%-
HSV(B)57.3º61.33%70.98%-
XYZ35.6941.3211.89-
YUV165.4174.16139.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 70 (27.73% from 255) = 16.39%
R=42.39%
G=41.22%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811767000.030.610.2957.344.2249.22
HexB5B046033D1D392c31
Octal265260106037535715461
Binary1011010110110000100011001111110111101111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B046; }

 p { color: rgb(181,176,70); }

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

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

 a { background-color: rgb(181,176,70); }

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

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

 span { border-color: rgb(181,176,70); }

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