Html Css Color HEX #BDAAA5 Martini

📋 copy color: '#BDAAA5'

red 189 ◦ green 170 ◦ blue 165

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

Shades of Martini #BDAAA5

Tints of Martini #BDAAA5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.44%

 BLUE value IS 165 (64.84% from 255) = 31.49%

R = 36.07%
G = 32.44%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BDAAA5 (or 0xBDAAA5) is known color: Martini. HEX triplet: BD, AA and A5. RGB value is (189,170,165). Sum of RGB (Red+Green+Blue) = 189+170+165=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAAA5 is #42555A. Grayscale: #AFAFAF. Windows color (decimal): -4347227 or 10857149. OLE color: 10857149.

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

Color convert

RGB 189 170 165 -
CMYK 0 0.10 0.13 0.26
HSL 12.5º 0.15% 0.69% -
HSV(B) 12.5º 0.13% 0.74% -
XYZ 42.15 42.28 41.54 -
YUV 175.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 189 170 165 0 0.10 0.13 0.26 12.5 0.15 0.69
Hex BD AA A5 0 A D 1A C F 45
Octal 275 252 245 0 12 15 32 14 17 105
Binary 10111101 10101010 10100101 0 1010 1101 11010 1100 1111 1000101

Color Harmonies of #BDAAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAAA5

Black with #BDAAA5

Text Example


Text Example

White with #BDAAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAAA5; }

 p { color: rgb(189,170,165); }

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

background-color css

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

 a { background-color: rgb(189,170,165); }

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

border-color css

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

 span { border-color: rgb(189,170,165); }

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