#B4AB4E

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

Shades of Brass #B4AB4E

Tints of Brass #B4AB4E

Color information

#B4AB4E (or 0xB4AB4E) is unknown color: approx Brass. HEX triplet: B4, AB and 4E. RGB value is (180,171,78). Sum of RGB (Red+Green+Blue) = 180+171+78=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB4E is #4B54B1. Grayscale: #A3A3A3. Windows color (decimal): -4936882 or 5155764. OLE color: 5155764.

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

Color convert

RGB18017178-
CMYK00.050.570.29
HSL54.71º40.48%50.59%-
HSV(B)54.71º56.67%70.59%-
XYZ34.7639.3812.98-
YUV163.0979.98140.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 78 (30.86% from 255) = 18.18%
R=41.96%
G=39.86%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801717800.050.570.2954.7140.4850.59
HexB4AB4E05391D372833
Octal264253116057135675063
Binary10110100101010111001110010111100111101110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB4E; }

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

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

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

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

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

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

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

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