#B4AC42

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

Shades of Brass #B4AC42

Tints of Brass #B4AC42

Color information

#B4AC42 (or 0xB4AC42) is unknown color: approx Brass. HEX triplet: B4, AC and 42. RGB value is (180,172,66). Sum of RGB (Red+Green+Blue) = 180+172+66=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AC42 is #4B53BD. Grayscale: #A2A2A2. Windows color (decimal): -4936638 or 4369588. OLE color: 4369588.

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

Color convert

RGB18017266-
CMYK00.040.630.29
HSL55.79º46.34%48.24%-
HSV(B)55.79º63.33%70.59%-
XYZ34.5639.610.98-
YUV162.3173.65140.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 66 (26.17% from 255) = 15.79%
R=43.06%
G=41.15%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801726600.040.630.2955.7946.3448.24
HexB4AC42043F1D382e30
Octal264254102047735705660
Binary10110100101011001000010010011111111101111000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC42; }

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

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

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

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

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

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

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

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