Html Css Color HEX #BDACA9 Martini

📋 copy color: '#BDACA9'

red 189 ◦ green 172 ◦ blue 169

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

Shades of Martini #BDACA9

Tints of Martini #BDACA9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.45%

 BLUE value IS 169 (66.41% from 255) = 31.89%

R = 35.66%
G = 32.45%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BDACA9 (or 0xBDACA9) is known color: Martini. HEX triplet: BD, AC and A9. RGB value is (189,172,169). Sum of RGB (Red+Green+Blue) = 189+172+169=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACA9 is #425356. Grayscale: #B0B0B0. Windows color (decimal): -4346711 or 11119805. OLE color: 11119805.

HSL color Cylindrical-coordinate representation of color #BDACA9: hue angle of 9º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDACA9 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 172 169 -
CMYK 0 0.09 0.11 0.26
HSL 0.13% 0.7% -
HSV(B) 0.11% 0.74% -
XYZ 42.9 43.19 43.61 -
YUV 176.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 189 172 169 0 0.09 0.11 0.26 9 0.13 0.7
Hex BD AC A9 0 9 B 1A 9 D 46
Octal 275 254 251 0 11 13 32 11 15 106
Binary 10111101 10101100 10101001 0 1001 1011 11010 1001 1101 1000110

Color Harmonies of #BDACA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACA9

Black with #BDACA9

Text Example


Text Example

White with #BDACA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACA9; }

 p { color: rgb(189,172,169); }

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

background-color css

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

 a { background-color: rgb(189,172,169); }

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

border-color css

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

 span { border-color: rgb(189,172,169); }

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