Html Css Color HEX #BDA39F Martini

📋 copy color: '#BDA39F'

red 189 ◦ green 163 ◦ blue 159

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

Shades of Martini #BDA39F

Tints of Martini #BDA39F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.9%

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

R = 36.99%
G = 31.9%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDA39F (or 0xBDA39F) is known color: Martini. HEX triplet: BD, A3 and 9F. RGB value is (189,163,159). Sum of RGB (Red+Green+Blue) = 189+163+159=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA39F is #425C60. Grayscale: #AAAAAA. Windows color (decimal): -4349025 or 10462141. OLE color: 10462141.

HSL color Cylindrical-coordinate representation of color #BDA39F: hue angle of 8º 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 #BDA39F is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 159 -
CMYK 0 0.14 0.16 0.26
HSL 0.19% 0.68% -
HSV(B) 0.16% 0.74% -
XYZ 40.34 39.52 38.3 -
YUV 170.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 189 163 159 0 0.14 0.16 0.26 8 0.19 0.68
Hex BD A3 9F 0 E 10 1A 8 13 44
Octal 275 243 237 0 16 20 32 10 23 104
Binary 10111101 10100011 10011111 0 1110 10000 11010 1000 10011 1000100

Color Harmonies of #BDA39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA39F

Black with #BDA39F

Text Example


Text Example

White with #BDA39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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