#B9AC43

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

Shades of Brass #B9AC43

Tints of Brass #B9AC43

Color information

#B9AC43 (or 0xB9AC43) is unknown color: approx Brass. HEX triplet: B9, AC and 43. RGB value is (185,172,67). Sum of RGB (Red+Green+Blue) = 185+172+67=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC43 is #4653BC. Grayscale: #A4A4A4. Windows color (decimal): -4608957 or 4435129. OLE color: 4435129.

HSL color Cylindrical-coordinate representation of color #B9AC43: hue angle of 53.39º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9AC43 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18517267-
CMYK00.070.640.27
HSL53.39º46.83%49.41%-
HSV(B)53.39º63.78%72.55%-
XYZ35.7740.2211.19-
YUV163.9273.31143.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 67 (26.56% from 255) = 15.80%
R=43.63%
G=40.57%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851726700.070.640.2753.3946.8349.41
HexB9AC4307401B352f31
Octal2712541030710033655761
Binary101110011010110010000110111100000011011110101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC43; }

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

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

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

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

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

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

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

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