#B4A548

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

Shades of Brass #B4A548

Tints of Brass #B4A548

Color information

#B4A548 (or 0xB4A548) is unknown color: approx Brass. HEX triplet: B4, A5 and 48. RGB value is (180,165,72). Sum of RGB (Red+Green+Blue) = 180+165+72=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A548 is #4B5AB7. Grayscale: #9F9F9F. Windows color (decimal): -4938424 or 4761012. OLE color: 4761012.

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

Color convert

RGB18016572-
CMYK00.080.600.29
HSL51.67º42.86%49.41%-
HSV(B)51.67º60%70.59%-
XYZ33.4537.0811.53-
YUV158.8878.97143.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=43.17%
G=39.57%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801657200.080.600.2951.6742.8649.41
HexB4A548083C1D342b31
Octal2642451100107435645361
Binary101101001010010110010000100011110011101110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A548; }

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

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

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

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

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

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

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

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