Html Css Color HEX #8B8189 Taupe Grey

📋 copy color: '#8B8189'

red 139 ◦ green 129 ◦ blue 137

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

Shades of Taupe Grey #8B8189

Tints of Taupe Grey #8B8189

RGB

 RED value IS 139 (54.69% from 255) = 34.32%

 GREEN value IS 129 (50.78% from 255) = 31.85%

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 34.32%
G = 31.85%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B8189 (or 0x8B8189) is known color: Taupe Grey. HEX triplet: 8B, 81 and 89. RGB value is (139,129,137). Sum of RGB (Red+Green+Blue) = 139+129+137=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8189 is #747E76. Grayscale: #848484. Windows color (decimal): -7634551 or 9011595. OLE color: 9011595.

HSL color Cylindrical-coordinate representation of color #8B8189: hue angle of 312º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B8189 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 129 137 -
CMYK 0 0.07 0.01 0.45
HSL 312º 0.04% 0.53% -
HSV(B) 312º 0.07% 0.55% -
XYZ 23.01 23 26.89 -
YUV 132.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 139 129 137 0 0.07 0.01 0.45 312 0.04 0.53
Hex 8B 81 89 0 7 1 2D 138 4 35
Octal 213 201 211 0 7 1 55 470 4 65
Binary 10001011 10000001 10001001 0 111 1 101101 100111000 100 110101

Color Harmonies of #8B8189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8189

Black with #8B8189

Text Example


Text Example

White with #8B8189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B8189; }

 p { color: rgb(139,129,137); }

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

background-color css

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

 a { background-color: rgb(139,129,137); }

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

border-color css

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

 span { border-color: rgb(139,129,137); }

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