#B3A74E

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

Shades of Brass #B3A74E

Tints of Brass #B3A74E

Color information

#B3A74E (or 0xB3A74E) is unknown color: approx Brass. HEX triplet: B3, A7 and 4E. RGB value is (179,167,78). Sum of RGB (Red+Green+Blue) = 179+167+78=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A74E is #4C58B1. Grayscale: #A0A0A0. Windows color (decimal): -5003442 or 5154739. OLE color: 5154739.

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

Color convert

RGB17916778-
CMYK00.070.560.30
HSL52.87º39.92%50.39%-
HSV(B)52.87º56.42%70.2%-
XYZ33.7837.7712.72-
YUV160.4481.48141.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 167 (65.62% from 255) = 39.39%
BLUE value IS 78 (30.86% from 255) = 18.40%
R=42.22%
G=39.39%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791677800.070.560.3052.8739.9250.39
HexB3A74E07381E352832
Octal263247116077036655062
Binary10110011101001111001110011111100011110110101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A74E; }

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

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

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

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

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

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

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

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