Html Css Color HEX #BDA69D Martini

📋 copy color: '#BDA69D'

red 189 ◦ green 166 ◦ blue 157

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

Shades of Martini #BDA69D

Tints of Martini #BDA69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.66%

R = 36.91%
G = 32.42%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BDA69D (or 0xBDA69D) is known color: Martini. HEX triplet: BD, A6 and 9D. RGB value is (189,166,157). Sum of RGB (Red+Green+Blue) = 189+166+157=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA69D is #425962. Grayscale: #ABABAB. Windows color (decimal): -4348259 or 10331837. OLE color: 10331837.

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

Color convert

RGB 189 166 157 -
CMYK 0 0.12 0.17 0.26
HSL 16.88º 0.2% 0.68% -
HSV(B) 16.88º 0.17% 0.74% -
XYZ 40.71 40.53 37.57 -
YUV 171.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 189 166 157 0 0.12 0.17 0.26 16.88 0.2 0.68
Hex BD A6 9D 0 C 11 1A 11 14 44
Octal 275 246 235 0 14 21 32 21 24 104
Binary 10111101 10100110 10011101 0 1100 10001 11010 10001 10100 1000100

Color Harmonies of #BDA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA69D

Black with #BDA69D

Text Example


Text Example

White with #BDA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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