#BDA69B

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

Shades of Martini #BDA69B

Tints of Martini #BDA69B

Color information

#BDA69B (or 0xBDA69B) is unknown color: approx Martini. HEX triplet: BD, A6 and 9B. RGB value is (189,166,155). Sum of RGB (Red+Green+Blue) = 189+166+155=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA69B is #425964. Grayscale: #ABABAB. Windows color (decimal): -4348261 or 10200765. OLE color: 10200765.

HSL color Cylindrical-coordinate representation of color #BDA69B: hue angle of 19.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA69B is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB189166155-
CMYK00.120.180.26
HSL19.41º20.48%67.45%-
HSV(B)19.41º17.99%74.12%-
XYZ40.5440.4636.68-
YUV171.62118.62140.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=37.06%
G=32.55%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916615500.120.180.2619.4120.4867.45
HexBDA69B0C121A131443
Octal27524623301422322324103
Binary10111101101001101001101101100100101101010011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA69B; }

 p { color: rgb(189,166,155); }

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

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

 a { background-color: rgb(189,166,155); }

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

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

 span { border-color: rgb(189,166,155); }

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