#B4A84F

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

Shades of Brass #B4A84F

Tints of Brass #B4A84F

Color information

#B4A84F (or 0xB4A84F) is unknown color: approx Brass. HEX triplet: B4, A8 and 4F. RGB value is (180,168,79). Sum of RGB (Red+Green+Blue) = 180+168+79=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A84F is #4B57B0. Grayscale: #A1A1A1. Windows color (decimal): -4937649 or 5220532. OLE color: 5220532.

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

Color convert

RGB18016879-
CMYK00.070.560.29
HSL52.87º40.24%50.78%-
HSV(B)52.87º56.11%70.59%-
XYZ34.2438.2712.98-
YUV161.4481.48141.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 168 (66.02% from 255) = 39.34%
BLUE value IS 79 (31.25% from 255) = 18.50%
R=42.15%
G=39.34%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801687900.070.560.2952.8740.2450.78
HexB4A84F07381D352833
Octal264250117077035655063
Binary10110100101010001001111011111100011101110101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A84F; }

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

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

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

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

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

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

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

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