#B4AC43

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

Shades of Brass #B4AC43

Tints of Brass #B4AC43

Color information

#B4AC43 (or 0xB4AC43) is unknown color: approx Brass. HEX triplet: B4, AC and 43. RGB value is (180,172,67). Sum of RGB (Red+Green+Blue) = 180+172+67=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AC43 is #4B53BC. Grayscale: #A2A2A2. Windows color (decimal): -4936637 or 4435124. OLE color: 4435124.

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

Color convert

RGB18017267-
CMYK00.040.630.29
HSL55.75º45.75%48.43%-
HSV(B)55.75º62.78%70.59%-
XYZ34.5939.6111.13-
YUV162.4274.15140.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 67 (26.56% from 255) = 15.99%
R=42.96%
G=41.05%
B=15.99%

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
Decimal1801726700.040.630.2955.7545.7548.43
HexB4AC43043F1D382e30
Octal264254103047735705660
Binary10110100101011001000011010011111111101111000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC43; }

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

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

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

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

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

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

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

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