#B4AC4E

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

Shades of Brass #B4AC4E

Tints of Brass #B4AC4E

Color information

#B4AC4E (or 0xB4AC4E) is unknown color: approx Brass. HEX triplet: B4, AC and 4E. RGB value is (180,172,78). Sum of RGB (Red+Green+Blue) = 180+172+78=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC4E is #4B53B1. Grayscale: #A4A4A4. Windows color (decimal): -4936626 or 5156020. OLE color: 5156020.

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

Color convert

RGB18017278-
CMYK00.040.570.29
HSL55.29º40.48%50.59%-
HSV(B)55.29º56.67%70.59%-
XYZ34.9539.7613.04-
YUV163.6879.65139.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 78 (30.86% from 255) = 18.14%
R=41.86%
G=40%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801727800.040.570.2955.2940.4850.59
HexB4AC4E04391D372833
Octal264254116047135675063
Binary10110100101011001001110010011100111101110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC4E; }

 p { color: rgb(180,172,78); }

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

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

 a { background-color: rgb(180,172,78); }

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

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

 span { border-color: rgb(180,172,78); }

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