#B3A751

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

Shades of Brass #B3A751

Tints of Brass #B3A751

Color information

#B3A751 (or 0xB3A751) is unknown color: approx Brass. HEX triplet: B3, A7 and 51. RGB value is (179,167,81). Sum of RGB (Red+Green+Blue) = 179+167+81=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A751 is #4C58AE. Grayscale: #A1A1A1. Windows color (decimal): -5003439 or 5351347. OLE color: 5351347.

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

Color convert

RGB17916781-
CMYK00.070.550.30
HSL52.65º39.2%50.98%-
HSV(B)52.65º54.75%70.2%-
XYZ33.8937.8213.3-
YUV160.7882.98140.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 167 (65.62% from 255) = 39.11%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=41.92%
G=39.11%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791678100.070.550.3052.6539.250.98
HexB3A75107371E352733
Octal263247121076736654763
Binary10110011101001111010001011111011111110110101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A751; }

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

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

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

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

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

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

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

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