#B4AB4F

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

Shades of Brass #B4AB4F

Tints of Brass #B4AB4F

Color information

#B4AB4F (or 0xB4AB4F) is unknown color: approx Brass. HEX triplet: B4, AB and 4F. RGB value is (180,171,79). Sum of RGB (Red+Green+Blue) = 180+171+79=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB4F is #4B54B0. Grayscale: #A3A3A3. Windows color (decimal): -4936881 or 5221300. OLE color: 5221300.

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

Color convert

RGB18017179-
CMYK00.050.560.29
HSL54.65º40.24%50.78%-
HSV(B)54.65º56.11%70.59%-
XYZ34.839.3913.17-
YUV163.280.48139.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 171 (67.19% from 255) = 39.77%
BLUE value IS 79 (31.25% from 255) = 18.37%
R=41.86%
G=39.77%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801717900.050.560.2954.6540.2450.78
HexB4AB4F05381D372833
Octal264253117057035675063
Binary10110100101010111001111010111100011101110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB4F; }

 p { color: rgb(180,171,79); }

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

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

 a { background-color: rgb(180,171,79); }

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

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

 span { border-color: rgb(180,171,79); }

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