Html Css Color HEX #BD9F9C Martini

📋 copy color: '#BD9F9C'

red 189 ◦ green 159 ◦ blue 156

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

Shades of Martini #BD9F9C

Tints of Martini #BD9F9C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

 BLUE value IS 156 (61.33% from 255) = 30.95%

R = 37.5%
G = 31.55%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD9F9C (or 0xBD9F9C) is known color: Martini. HEX triplet: BD, 9F and 9C. RGB value is (189,159,156). Sum of RGB (Red+Green+Blue) = 189+159+156=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F9C is #426063. Grayscale: #A7A7A7. Windows color (decimal): -4350052 or 10264509. OLE color: 10264509.

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

Color convert

RGB 189 159 156 -
CMYK 0 0.16 0.17 0.26
HSL 5.45º 0.2% 0.68% -
HSV(B) 5.45º 0.17% 0.74% -
XYZ 39.39 38.02 36.71 -
YUV 167.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 189 159 156 0 0.16 0.17 0.26 5.45 0.2 0.68
Hex BD 9F 9C 0 10 11 1A 5 14 44
Octal 275 237 234 0 20 21 32 5 24 104
Binary 10111101 10011111 10011100 0 10000 10001 11010 101 10100 1000100

Color Harmonies of #BD9F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F9C

Black with #BD9F9C

Text Example


Text Example

White with #BD9F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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