#B3A74D

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

Shades of Brass #B3A74D

Tints of Brass #B3A74D

Color information

#B3A74D (or 0xB3A74D) is unknown color: approx Brass. HEX triplet: B3, A7 and 4D. RGB value is (179,167,77). Sum of RGB (Red+Green+Blue) = 179+167+77=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A74D is #4C58B2. Grayscale: #A0A0A0. Windows color (decimal): -5003443 or 5089203. OLE color: 5089203.

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

Color convert

RGB17916777-
CMYK00.070.570.30
HSL52.94º40.16%50.2%-
HSV(B)52.94º56.98%70.2%-
XYZ33.7537.7612.53-
YUV160.3380.98141.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 77 (30.47% from 255) = 18.20%
R=42.32%
G=39.48%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791677700.070.570.3052.9440.1650.2
HexB3A74D07391E352832
Octal263247115077136655062
Binary10110011101001111001101011111100111110110101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A74D; }

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

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

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

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

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

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

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

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