Html Css Color HEX #BDA69C Martini

📋 copy color: '#BDA69C'

red 189 ◦ green 166 ◦ blue 156

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

Shades of Martini #BDA69C

Tints of Martini #BDA69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.53%

R = 36.99%
G = 32.49%
B = 30.53%

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

#BDA69C (or 0xBDA69C) is known color: Martini. HEX triplet: BD, A6 and 9C. RGB value is (189,166,156). Sum of RGB (Red+Green+Blue) = 189+166+156=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA69C is #425963. Grayscale: #ABABAB. Windows color (decimal): -4348260 or 10266301. OLE color: 10266301.

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

Color convert

RGB 189 166 156 -
CMYK 0 0.12 0.17 0.26
HSL 18.18º 0.2% 0.68% -
HSV(B) 18.18º 0.17% 0.74% -
XYZ 40.62 40.49 37.13 -
YUV 171.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 189 166 156 0 0.12 0.17 0.26 18.18 0.2 0.68
Hex BD A6 9C 0 C 11 1A 12 14 44
Octal 275 246 234 0 14 21 32 22 24 104
Binary 10111101 10100110 10011100 0 1100 10001 11010 10010 10100 1000100

Color Harmonies of #BDA69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA69C

Black with #BDA69C

Text Example


Text Example

White with #BDA69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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