#B09D8A

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

Shades of Malta #B09D8A

Tints of Malta #B09D8A

Color information

#B09D8A (or 0xB09D8A) is unknown color: approx Malta. HEX triplet: B0, 9D and 8A. RGB value is (176,157,138). Sum of RGB (Red+Green+Blue) = 176+157+138=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D8A is #4F6275. Grayscale: #A0A0A0. Windows color (decimal): -5202550 or 9084336. OLE color: 9084336.

HSL color Cylindrical-coordinate representation of color #B09D8A: hue angle of 30º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B09D8A is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176157138-
CMYK00.110.220.31
HSL30º19.39%61.57%-
HSV(B)30º21.59%69.02%-
XYZ34.5535.1829.01-
YUV160.51115.29139.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=37.37%
G=33.33%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615713800.110.220.313019.3961.57
HexB09D8A0B161F1e133e
Octal2602352120132637362376
Binary1011000010011101100010100101110110111111111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D8A; }

 p { color: rgb(176,157,138); }

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

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

 a { background-color: rgb(176,157,138); }

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

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

 span { border-color: rgb(176,157,138); }

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