#B8A59D

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

Shades of Martini #B8A59D

Tints of Martini #B8A59D

Color information

#B8A59D (or 0xB8A59D) is unknown color: approx Martini. HEX triplet: B8, A5 and 9D. RGB value is (184,165,157). Sum of RGB (Red+Green+Blue) = 184+165+157=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A59D is #475A62. Grayscale: #A9A9A9. Windows color (decimal): -4676195 or 10331576. OLE color: 10331576.

HSL color Cylindrical-coordinate representation of color #B8A59D: hue angle of 17.78º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8A59D is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184165157-
CMYK00.100.150.28
HSL17.78º15.98%66.86%-
HSV(B)17.78º14.67%72.16%-
XYZ39.3139.5337.46-
YUV169.77120.79138.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.36%
GREEN value IS 165 (64.84% from 255) = 32.61%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=36.36%
G=32.61%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416515700.100.150.2817.7815.9866.86
HexB8A59D0AF1C121043
Octal27024523501217342220103
Binary1011100010100101100111010101011111110010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A59D; }

 p { color: rgb(184,165,157); }

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

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

 a { background-color: rgb(184,165,157); }

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

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

 span { border-color: rgb(184,165,157); }

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