#B7AC38

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

Shades of Brass #B7AC38

Tints of Brass #B7AC38

Color information

#B7AC38 (or 0xB7AC38) is unknown color: approx Brass. HEX triplet: B7, AC and 38. RGB value is (183,172,56). Sum of RGB (Red+Green+Blue) = 183+172+56=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AC38 is #4853C7. Grayscale: #A2A2A2. Windows color (decimal): -4740040 or 3714231. OLE color: 3714231.

HSL color Cylindrical-coordinate representation of color #B7AC38: hue angle of 54.8º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7AC38 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB18317256-
CMYK00.060.690.28
HSL54.8º53.14%46.86%-
HSV(B)54.8º69.4%71.76%-
XYZ34.9939.869.59-
YUV162.0668.14142.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 56 (22.27% from 255) = 13.63%
R=44.53%
G=41.85%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831725600.060.690.2854.853.1446.86
HexB7AC3806451C37352f
Octal267254700610534676557
Binary10110111101011001110000110100010111100110111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AC38; }

 p { color: rgb(183,172,56); }

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

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

 a { background-color: rgb(183,172,56); }

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

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

 span { border-color: rgb(183,172,56); }

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