#B3AC4D

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

Shades of Brass #B3AC4D

Tints of Brass #B3AC4D

Color information

#B3AC4D (or 0xB3AC4D) is unknown color: approx Brass. HEX triplet: B3, AC and 4D. RGB value is (179,172,77). Sum of RGB (Red+Green+Blue) = 179+172+77=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AC4D is #4C53B2. Grayscale: #A3A3A3. Windows color (decimal): -5002163 or 5090483. OLE color: 5090483.

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

Color convert

RGB17917277-
CMYK00.040.570.30
HSL55.88º40.16%50.2%-
HSV(B)55.88º56.98%70.2%-
XYZ34.6839.6212.84-
YUV163.2679.32139.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 77 (30.47% from 255) = 17.99%
R=41.82%
G=40.19%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791727700.040.570.3055.8840.1650.2
HexB3AC4D04391E382832
Octal263254115047136705062
Binary10110011101011001001101010011100111110111000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC4D; }

 p { color: rgb(179,172,77); }

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

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

 a { background-color: rgb(179,172,77); }

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

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

 span { border-color: rgb(179,172,77); }

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