#B4A751

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

Shades of Brass #B4A751

Tints of Brass #B4A751

Color information

#B4A751 (or 0xB4A751) is unknown color: approx Brass. HEX triplet: B4, A7 and 51. RGB value is (180,167,81). Sum of RGB (Red+Green+Blue) = 180+167+81=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A751 is #4B58AE. Grayscale: #A1A1A1. Windows color (decimal): -4937903 or 5351348. OLE color: 5351348.

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

Color convert

RGB18016781-
CMYK00.070.550.29
HSL52.12º39.76%51.18%-
HSV(B)52.12º55%70.59%-
XYZ34.1337.9313.31-
YUV161.0882.81141.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 81 (32.03% from 255) = 18.93%
R=42.06%
G=39.02%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801678100.070.550.2952.1239.7651.18
HexB4A75107371D342833
Octal264247121076735645063
Binary10110100101001111010001011111011111101110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A751; }

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

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

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

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

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

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

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

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