Html Css Color HEX #9B8992 Mountbatten Pink

📋 copy color: '#9B8992'

red 155 ◦ green 137 ◦ blue 146

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

Shades of Mountbatten Pink #9B8992

Tints of Mountbatten Pink #9B8992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.28%

 BLUE value IS 146 (57.42% from 255) = 33.33%

R = 35.39%
G = 31.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B8992 (or 0x9B8992) is known color: Mountbatten Pink. HEX triplet: 9B, 89 and 92. RGB value is (155,137,146). Sum of RGB (Red+Green+Blue) = 155+137+146=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8992 is #64766D. Grayscale: #8F8F8F. Windows color (decimal): -6583918 or 9603483. OLE color: 9603483.

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

Color convert

RGB 155 137 146 -
CMYK 0 0.12 0.06 0.39
HSL 330º 0.08% 0.57% -
HSV(B) 330º 0.12% 0.61% -
XYZ 27.65 26.94 30.94 -
YUV 143.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 155 137 146 0 0.12 0.06 0.39 330 0.08 0.57
Hex 9B 89 92 0 C 6 27 14A 8 39
Octal 233 211 222 0 14 6 47 512 10 71
Binary 10011011 10001001 10010010 0 1100 110 100111 101001010 1000 111001

Color Harmonies of #9B8992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8992

Black with #9B8992

Text Example


Text Example

White with #9B8992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,137,146); }

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

background-color css

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

 a { background-color: rgb(155,137,146); }

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

border-color css

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

 span { border-color: rgb(155,137,146); }

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