#B4A84C

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

Shades of Brass #B4A84C

Tints of Brass #B4A84C

Color information

#B4A84C (or 0xB4A84C) is unknown color: approx Brass. HEX triplet: B4, A8 and 4C. RGB value is (180,168,76). Sum of RGB (Red+Green+Blue) = 180+168+76=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A84C is #4B57B3. Grayscale: #A1A1A1. Windows color (decimal): -4937652 or 5023924. OLE color: 5023924.

HSL color Cylindrical-coordinate representation of color #B4A84C: hue angle of 53.08º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4A84C is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18016876-
CMYK00.070.580.29
HSL53.08º40.94%50.2%-
HSV(B)53.08º57.78%70.59%-
XYZ34.1338.2312.42-
YUV161.179.98141.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 168 (66.02% from 255) = 39.62%
BLUE value IS 76 (30.08% from 255) = 17.92%
R=42.45%
G=39.62%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801687600.070.580.2953.0840.9450.2
HexB4A84C073A1D352932
Octal264250114077235655162
Binary10110100101010001001100011111101011101110101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A84C; }

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

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

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

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

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

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

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

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