Html Css Color HEX #BDA39E Martini

📋 copy color: '#BDA39E'

red 189 ◦ green 163 ◦ blue 158

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

Shades of Martini #BDA39E

Tints of Martini #BDA39E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.98%

R = 37.06%
G = 31.96%
B = 30.98%

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

#BDA39E (or 0xBDA39E) is known color: Martini. HEX triplet: BD, A3 and 9E. RGB value is (189,163,158). Sum of RGB (Red+Green+Blue) = 189+163+158=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA39E is #425C61. Grayscale: #AAAAAA. Windows color (decimal): -4349026 or 10396605. OLE color: 10396605.

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

Color convert

RGB 189 163 158 -
CMYK 0 0.14 0.16 0.26
HSL 9.68º 0.19% 0.68% -
HSV(B) 9.68º 0.16% 0.74% -
XYZ 40.26 39.48 37.85 -
YUV 170.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 189 163 158 0 0.14 0.16 0.26 9.68 0.19 0.68
Hex BD A3 9E 0 E 10 1A A 13 44
Octal 275 243 236 0 16 20 32 12 23 104
Binary 10111101 10100011 10011110 0 1110 10000 11010 1010 10011 1000100

Color Harmonies of #BDA39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA39E

Black with #BDA39E

Text Example


Text Example

White with #BDA39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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