#B3A73F

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

Shades of Brass #B3A73F

Tints of Brass #B3A73F

Color information

#B3A73F (or 0xB3A73F) is unknown color: approx Brass. HEX triplet: B3, A7 and 3F. RGB value is (179,167,63). Sum of RGB (Red+Green+Blue) = 179+167+63=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A73F is #4C58C0. Grayscale: #9F9F9F. Windows color (decimal): -5003457 or 4171699. OLE color: 4171699.

HSL color Cylindrical-coordinate representation of color #B3A73F: hue angle of 53.79º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3A73F is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB17916763-
CMYK00.070.650.30
HSL53.79º47.93%47.45%-
HSV(B)53.79º64.8%70.2%-
XYZ33.3137.5810.2-
YUV158.7373.98142.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 167 (65.62% from 255) = 40.83%
BLUE value IS 63 (25% from 255) = 15.40%
R=43.77%
G=40.83%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791676300.070.650.3053.7947.9347.45
HexB3A73F07411E36302f
Octal263247770710136666057
Binary10110011101001111111110111100000111110110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A73F; }

 p { color: rgb(179,167,63); }

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

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

 a { background-color: rgb(179,167,63); }

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

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

 span { border-color: rgb(179,167,63); }

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