#B4A54F

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

Shades of Brass #B4A54F

Tints of Brass #B4A54F

Color information

#B4A54F (or 0xB4A54F) is unknown color: approx Brass. HEX triplet: B4, A5 and 4F. RGB value is (180,165,79). Sum of RGB (Red+Green+Blue) = 180+165+79=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A54F is #4B5AB0. Grayscale: #A0A0A0. Windows color (decimal): -4938417 or 5219764. OLE color: 5219764.

HSL color Cylindrical-coordinate representation of color #B4A54F: hue angle of 51.09º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4A54F is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18016579-
CMYK00.080.560.29
HSL51.09º40.24%50.78%-
HSV(B)51.09º56.11%70.59%-
XYZ33.6937.1812.8-
YUV159.6882.47142.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=42.45%
G=38.92%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801657900.080.560.2951.0940.2450.78
HexB4A54F08381D332833
Octal2642451170107035635063
Binary101101001010010110011110100011100011101110011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A54F; }

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

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

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

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

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

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

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

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