#B8AEAB

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

Shades of Martini #B8AEAB

Tints of Martini #B8AEAB

Color information

#B8AEAB (or 0xB8AEAB) is unknown color: approx Martini. HEX triplet: B8, AE and AB. RGB value is (184,174,171). Sum of RGB (Red+Green+Blue) = 184+174+171=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AEAB is #475154. Grayscale: #B0B0B0. Windows color (decimal): -4673877 or 11251384. OLE color: 11251384.

HSL color Cylindrical-coordinate representation of color #B8AEAB: hue angle of 13.85º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8AEAB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB184174171-
CMYK00.050.070.28
HSL13.85º8.39%69.61%-
HSV(B)13.85º7.07%72.16%-
XYZ42.2543.444.68-
YUV176.65124.81133.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=34.78%
G=32.89%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417417100.050.070.2813.858.3969.61
HexB8AEAB0571Ce846
Octal270256253057341610106
Binary101110001010111010101011010111111100111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEAB; }

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

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

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

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

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

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

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

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