Html Css Color HEX #BD9F9B Martini

📋 copy color: '#BD9F9B'

red 189 ◦ green 159 ◦ blue 155

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

Shades of Martini #BD9F9B

Tints of Martini #BD9F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 37.57%
G = 31.61%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD9F9B (or 0xBD9F9B) is known color: Martini. HEX triplet: BD, 9F and 9B. RGB value is (189,159,155). Sum of RGB (Red+Green+Blue) = 189+159+155=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F9B is #426064. Grayscale: #A7A7A7. Windows color (decimal): -4350053 or 10198973. OLE color: 10198973.

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

Color convert

RGB 189 159 155 -
CMYK 0 0.16 0.18 0.26
HSL 7.06º 0.2% 0.67% -
HSV(B) 7.06º 0.18% 0.74% -
XYZ 39.3 37.98 36.27 -
YUV 167.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 189 159 155 0 0.16 0.18 0.26 7.06 0.2 0.67
Hex BD 9F 9B 0 10 12 1A 7 14 43
Octal 275 237 233 0 20 22 32 7 24 103
Binary 10111101 10011111 10011011 0 10000 10010 11010 111 10100 1000011

Color Harmonies of #BD9F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F9B

Black with #BD9F9B

Text Example


Text Example

White with #BD9F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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