#B4B146

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

Shades of Brass #B4B146

Tints of Brass #B4B146

Color information

#B4B146 (or 0xB4B146) is unknown color: approx Brass. HEX triplet: B4, B1 and 46. RGB value is (180,177,70). Sum of RGB (Red+Green+Blue) = 180+177+70=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B146 is #4B4EB9. Grayscale: #A6A6A6. Windows color (decimal): -4935354 or 4633012. OLE color: 4633012.

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

Color convert

RGB18017770-
CMYK00.020.610.29
HSL58.36º44%49.02%-
HSV(B)58.36º61.11%70.59%-
XYZ35.6541.5911.94-
YUV165.773.99138.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 177 (69.53% from 255) = 41.45%
BLUE value IS 70 (27.73% from 255) = 16.39%
R=42.15%
G=41.45%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801777000.020.610.2958.364449.02
HexB4B146023D1D3a2c31
Octal264261106027535725461
Binary1011010010110001100011001011110111101111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B146; }

 p { color: rgb(180,177,70); }

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

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

 a { background-color: rgb(180,177,70); }

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

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

 span { border-color: rgb(180,177,70); }

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