#B7AD3F

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

Shades of Brass #B7AD3F

Tints of Brass #B7AD3F

Color information

#B7AD3F (or 0xB7AD3F) is unknown color: approx Brass. HEX triplet: B7, AD and 3F. RGB value is (183,173,63). Sum of RGB (Red+Green+Blue) = 183+173+63=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD3F is #4852C0. Grayscale: #A3A3A3. Windows color (decimal): -4739777 or 4173239. OLE color: 4173239.

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

Color convert

RGB18317363-
CMYK00.050.660.28
HSL55º48.78%48.24%-
HSV(B)55º65.57%71.76%-
XYZ35.3740.3110.62-
YUV163.4571.31141.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 63 (25% from 255) = 15.04%
R=43.68%
G=41.29%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831736300.050.660.285548.7848.24
HexB7AD3F05421C373130
Octal267255770510234676160
Binary10110111101011011111110101100001011100110111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD3F; }

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

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

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

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

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

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

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

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