Html Css Color HEX #BDA69E Martini

📋 copy color: '#BDA69E'

red 189 ◦ green 166 ◦ blue 158

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

Shades of Martini #BDA69E

Tints of Martini #BDA69E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.36%

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

R = 36.84%
G = 32.36%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDA69E (or 0xBDA69E) is known color: Martini. HEX triplet: BD, A6 and 9E. RGB value is (189,166,158). Sum of RGB (Red+Green+Blue) = 189+166+158=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA69E is #425961. Grayscale: #ACACAC. Windows color (decimal): -4348258 or 10397373. OLE color: 10397373.

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

Color convert

RGB 189 166 158 -
CMYK 0 0.12 0.16 0.26
HSL 15.48º 0.19% 0.68% -
HSV(B) 15.48º 0.16% 0.74% -
XYZ 40.79 40.56 38.03 -
YUV 171.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 189 166 158 0 0.12 0.16 0.26 15.48 0.19 0.68
Hex BD A6 9E 0 C 10 1A F 13 44
Octal 275 246 236 0 14 20 32 17 23 104
Binary 10111101 10100110 10011110 0 1100 10000 11010 1111 10011 1000100

Color Harmonies of #BDA69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA69E

Black with #BDA69E

Text Example


Text Example

White with #BDA69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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