#B8B0AD

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

Shades of Martini #B8B0AD

Tints of Martini #B8B0AD

Color information

#B8B0AD (or 0xB8B0AD) is unknown color: approx Martini. HEX triplet: B8, B0 and AD. RGB value is (184,176,173). Sum of RGB (Red+Green+Blue) = 184+176+173=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B0AD is #474F52. Grayscale: #B2B2B2. Windows color (decimal): -4673363 or 11382968. OLE color: 11382968.

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

Color convert

RGB184176173-
CMYK00.040.060.28
HSL16.36º7.19%70%-
HSV(B)16.36º5.98%72.16%-
XYZ42.8444.2645.82-
YUV178.05125.15132.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=34.52%
G=33.02%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417617300.040.060.2816.367.1970
HexB8B0AD0461C10746
Octal27026025504634207106
Binary101110001011000010101101010011011100100001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B0AD; }

 p { color: rgb(184,176,173); }

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

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

 a { background-color: rgb(184,176,173); }

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

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

 span { border-color: rgb(184,176,173); }

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