#B7AA3A

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

Shades of Brass #B7AA3A

Tints of Brass #B7AA3A

Color information

#B7AA3A (or 0xB7AA3A) is unknown color: approx Brass. HEX triplet: B7, AA and 3A. RGB value is (183,170,58). Sum of RGB (Red+Green+Blue) = 183+170+58=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA3A is #4855C5. Grayscale: #A1A1A1. Windows color (decimal): -4740550 or 3844791. OLE color: 3844791.

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

Color convert

RGB18317058-
CMYK00.070.680.28
HSL53.76º51.87%47.25%-
HSV(B)53.76º68.31%71.76%-
XYZ34.6739.129.73-
YUV161.1269.81143.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 170 (66.80% from 255) = 41.36%
BLUE value IS 58 (23.05% from 255) = 14.11%
R=44.53%
G=41.36%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831705800.070.680.2853.7651.8747.25
HexB7AA3A07441C36342f
Octal267252720710434666457
Binary10110111101010101110100111100010011100110110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA3A; }

 p { color: rgb(183,170,58); }

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

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

 a { background-color: rgb(183,170,58); }

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

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

 span { border-color: rgb(183,170,58); }

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