Html Css Color HEX #BDA29F Martini

📋 copy color: '#BDA29F'

red 189 ◦ green 162 ◦ blue 159

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

Shades of Martini #BDA29F

Tints of Martini #BDA29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.76%

 BLUE value IS 159 (62.5% from 255) = 31.18%

R = 37.06%
G = 31.76%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDA29F (or 0xBDA29F) is known color: Martini. HEX triplet: BD, A2 and 9F. RGB value is (189,162,159). Sum of RGB (Red+Green+Blue) = 189+162+159=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA29F is #425D60. Grayscale: #A9A9A9. Windows color (decimal): -4349281 or 10461885. OLE color: 10461885.

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

Color convert

RGB 189 162 159 -
CMYK 0 0.14 0.16 0.26
HSL 0.19% 0.68% -
HSV(B) 0.16% 0.74% -
XYZ 40.16 39.16 38.24 -
YUV 169.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 189 162 159 0 0.14 0.16 0.26 6 0.19 0.68
Hex BD A2 9F 0 E 10 1A 6 13 44
Octal 275 242 237 0 16 20 32 6 23 104
Binary 10111101 10100010 10011111 0 1110 10000 11010 110 10011 1000100

Color Harmonies of #BDA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA29F

Black with #BDA29F

Text Example


Text Example

White with #BDA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA29F; }

 p { color: rgb(189,162,159); }

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

background-color css

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

 a { background-color: rgb(189,162,159); }

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

border-color css

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

 span { border-color: rgb(189,162,159); }

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