#B7AD44

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

Shades of Brass #B7AD44

Tints of Brass #B7AD44

Color information

#B7AD44 (or 0xB7AD44) is unknown color: approx Brass. HEX triplet: B7, AD and 44. RGB value is (183,173,68). Sum of RGB (Red+Green+Blue) = 183+173+68=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD44 is #4852BB. Grayscale: #A4A4A4. Windows color (decimal): -4739772 or 4500919. OLE color: 4500919.

HSL color Cylindrical-coordinate representation of color #B7AD44: hue angle of 54.78º 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 #B7AD44 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB18317368-
CMYK00.050.630.28
HSL54.78º45.82%49.22%-
HSV(B)54.78º62.84%71.76%-
XYZ35.5240.3711.39-
YUV164.0273.81141.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 173 (67.97% from 255) = 40.80%
BLUE value IS 68 (26.95% from 255) = 16.04%
R=43.16%
G=40.80%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831736800.050.630.2854.7845.8249.22
HexB7AD44053F1C372e31
Octal267255104057734675661
Binary10110111101011011000100010111111111100110111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD44; }

 p { color: rgb(183,173,68); }

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

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

 a { background-color: rgb(183,173,68); }

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

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

 span { border-color: rgb(183,173,68); }

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