#B4B048

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

Shades of Brass #B4B048

Tints of Brass #B4B048

Color information

#B4B048 (or 0xB4B048) is unknown color: approx Brass. HEX triplet: B4, B0 and 48. RGB value is (180,176,72). Sum of RGB (Red+Green+Blue) = 180+176+72=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B048 is #4B4FB7. Grayscale: #A5A5A5. Windows color (decimal): -4935608 or 4763828. OLE color: 4763828.

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

Color convert

RGB18017672-
CMYK00.020.600.29
HSL57.78º42.86%49.41%-
HSV(B)57.78º60%70.59%-
XYZ35.5241.2212.22-
YUV165.3475.33138.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 176 (69.14% from 255) = 41.12%
BLUE value IS 72 (28.52% from 255) = 16.82%
R=42.06%
G=41.12%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801767200.020.600.2957.7842.8649.41
HexB4B048023C1D3a2b31
Octal264260110027435725361
Binary1011010010110000100100001011110011101111010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B048; }

 p { color: rgb(180,176,72); }

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

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

 a { background-color: rgb(180,176,72); }

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

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

 span { border-color: rgb(180,176,72); }

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