#B7A843

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

Shades of Brass #B7A843

Tints of Brass #B7A843

Color information

#B7A843 (or 0xB7A843) is unknown color: approx Brass. HEX triplet: B7, A8 and 43. RGB value is (183,168,67). Sum of RGB (Red+Green+Blue) = 183+168+67=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A843 is #4857BC. Grayscale: #A1A1A1. Windows color (decimal): -4741053 or 4434103. OLE color: 4434103.

HSL color Cylindrical-coordinate representation of color #B7A843: hue angle of 52.24º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7A843 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB18316867-
CMYK00.080.630.28
HSL52.24º46.4%49.02%-
HSV(B)52.24º63.39%71.76%-
XYZ34.5438.4810.92-
YUV160.9774.97143.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 168 (66.02% from 255) = 40.19%
BLUE value IS 67 (26.56% from 255) = 16.03%
R=43.78%
G=40.19%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831686700.080.630.2852.2446.449.02
HexB7A843083F1C342e31
Octal2672501030107734645661
Binary101101111010100010000110100011111111100110100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A843; }

 p { color: rgb(183,168,67); }

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

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

 a { background-color: rgb(183,168,67); }

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

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

 span { border-color: rgb(183,168,67); }

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