Html Css Color HEX #BDA49F Martini

📋 copy color: '#BDA49F'

red 189 ◦ green 164 ◦ blue 159

#BDA49F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martini #BDA49F

Tints of Martini #BDA49F

RGB

 RED value IS 189 (74.22% from 255) = 36.91%

 GREEN value IS 164 (64.45% from 255) = 32.03%

 BLUE value IS 159 (62.5% from 255) = 31.05%

R = 36.91%
G = 32.03%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDA49F (or 0xBDA49F) is known color: Martini. HEX triplet: BD, A4 and 9F. RGB value is (189,164,159). Sum of RGB (Red+Green+Blue) = 189+164+159=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA49F is #425B60. Grayscale: #AAAAAA. Windows color (decimal): -4348769 or 10462397. OLE color: 10462397.

HSL color Cylindrical-coordinate representation of color #BDA49F: hue angle of 10º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA49F is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 164 159 -
CMYK 0 0.13 0.16 0.26
HSL 10º 0.19% 0.68% -
HSV(B) 10º 0.16% 0.74% -
XYZ 40.52 39.87 38.36 -
YUV 170.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 189 164 159 0 0.13 0.16 0.26 10 0.19 0.68
Hex BD A4 9F 0 D 10 1A A 13 44
Octal 275 244 237 0 15 20 32 12 23 104
Binary 10111101 10100100 10011111 0 1101 10000 11010 1010 10011 1000100

Color Harmonies of #BDA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA49F

Black with #BDA49F

Text Example


Text Example

White with #BDA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA49F; }

 p { color: rgb(189,164,159); }

 H1.HeaderClassName
 {
   color: #BDA49F;
 }
 .AnyTagClassName
 {
   color: #BDA49F;
 }
</style>

background-color css

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

 a { background-color: rgb(189,164,159); }

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

border-color css

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

 span { border-color: rgb(189,164,159); }

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