Html Css Color HEX #BDACA5 Martini

📋 copy color: '#BDACA5'

red 189 ◦ green 172 ◦ blue 165

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

Shades of Martini #BDACA5

Tints of Martini #BDACA5

RGB

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

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

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

R = 35.93%
G = 32.7%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BDACA5 (or 0xBDACA5) is known color: Martini. HEX triplet: BD, AC and A5. RGB value is (189,172,165). Sum of RGB (Red+Green+Blue) = 189+172+165=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACA5 is #42535A. Grayscale: #B0B0B0. Windows color (decimal): -4346715 or 10857661. OLE color: 10857661.

HSL color Cylindrical-coordinate representation of color #BDACA5: hue angle of 17.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 #BDACA5 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 172 165 -
CMYK 0 0.09 0.13 0.26
HSL 17.5º 0.15% 0.69% -
HSV(B) 17.5º 0.13% 0.74% -
XYZ 42.53 43.04 41.66 -
YUV 176.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 189 172 165 0 0.09 0.13 0.26 17.5 0.15 0.69
Hex BD AC A5 0 9 D 1A 12 F 45
Octal 275 254 245 0 11 15 32 22 17 105
Binary 10111101 10101100 10100101 0 1001 1101 11010 10010 1111 1000101

Color Harmonies of #BDACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACA5

Black with #BDACA5

Text Example


Text Example

White with #BDACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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