Html Css Color HEX #BD9E99 Martini

📋 copy color: '#BD9E99'

red 189 ◦ green 158 ◦ blue 153

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

Shades of Martini #BD9E99

Tints of Martini #BD9E99

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.6%

 BLUE value IS 153 (60.16% from 255) = 30.6%

R = 37.8%
G = 31.6%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD9E99 (or 0xBD9E99) is known color: Martini. HEX triplet: BD, 9E and 99. RGB value is (189,158,153). Sum of RGB (Red+Green+Blue) = 189+158+153=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E99 is #426166. Grayscale: #A6A6A6. Windows color (decimal): -4350311 or 10067645. OLE color: 10067645.

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

Color convert

RGB 189 158 153 -
CMYK 0 0.16 0.19 0.26
HSL 8.33º 0.21% 0.67% -
HSV(B) 8.33º 0.19% 0.74% -
XYZ 38.96 37.57 35.34 -
YUV 166.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 189 158 153 0 0.16 0.19 0.26 8.33 0.21 0.67
Hex BD 9E 99 0 10 13 1A 8 15 43
Octal 275 236 231 0 20 23 32 10 25 103
Binary 10111101 10011110 10011001 0 10000 10011 11010 1000 10101 1000011

Color Harmonies of #BD9E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E99

Black with #BD9E99

Text Example


Text Example

White with #BD9E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E99; }

 p { color: rgb(189,158,153); }

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

background-color css

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

 a { background-color: rgb(189,158,153); }

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

border-color css

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

 span { border-color: rgb(189,158,153); }

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