Html Css Color HEX #9B8186 Venus

📋 copy color: '#9B8186'

red 155 ◦ green 129 ◦ blue 134

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

Shades of Venus #9B8186

Tints of Venus #9B8186

RGB

 RED value IS 155 (60.94% from 255) = 37.08%

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

 BLUE value IS 134 (52.73% from 255) = 32.06%

R = 37.08%
G = 30.86%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B8186 (or 0x9B8186) is known color: Venus. HEX triplet: 9B, 81 and 86. RGB value is (155,129,134). Sum of RGB (Red+Green+Blue) = 155+129+134=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8186 is #647E79. Grayscale: #898989. Windows color (decimal): -6585978 or 8815003. OLE color: 8815003.

HSL color Cylindrical-coordinate representation of color #9B8186: hue angle of 348.46º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B8186 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 129 134 -
CMYK 0 0.17 0.14 0.39
HSL 348.46º 0.12% 0.56% -
HSV(B) 348.46º 0.17% 0.61% -
XYZ 25.67 24.39 25.91 -
YUV 137.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 155 129 134 0 0.17 0.14 0.39 348.46 0.12 0.56
Hex 9B 81 86 0 11 E 27 15C C 38
Octal 233 201 206 0 21 16 47 534 14 70
Binary 10011011 10000001 10000110 0 10001 1110 100111 101011100 1100 111000

Color Harmonies of #9B8186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8186

Black with #9B8186

Text Example


Text Example

White with #9B8186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B8186; }

 p { color: rgb(155,129,134); }

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

background-color css

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

 a { background-color: rgb(155,129,134); }

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

border-color css

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

 span { border-color: rgb(155,129,134); }

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