#B4AEAB

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

Shades of Martini #B4AEAB

Tints of Martini #B4AEAB

Color information

#B4AEAB (or 0xB4AEAB) is unknown color: approx Martini. HEX triplet: B4, AE and AB. RGB value is (180,174,171). Sum of RGB (Red+Green+Blue) = 180+174+171=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AEAB is #4B5154. Grayscale: #AFAFAF. Windows color (decimal): -4936021 or 11251380. OLE color: 11251380.

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

Color convert

RGB180174171-
CMYK00.030.050.29
HSL20º5.66%68.82%-
HSV(B)20º5%70.59%-
XYZ41.3142.9244.63-
YUV175.45125.49131.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=34.29%
G=33.14%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017417100.030.050.29205.6668.82
HexB4AEAB0351D14645
Octal26425625303535246105
Binary10110100101011101010101101110111101101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEAB; }

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

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

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

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

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

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

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

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