Html Css Color HEX #9B728B Mountbatten Pink

📋 copy color: '#9B728B'

red 155 ◦ green 114 ◦ blue 139

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

Shades of Mountbatten Pink #9B728B

Tints of Mountbatten Pink #9B728B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.94%

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 37.99%
G = 27.94%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B728B (or 0x9B728B) is known color: Mountbatten Pink. HEX triplet: 9B, 72 and 8B. RGB value is (155,114,139). Sum of RGB (Red+Green+Blue) = 155+114+139=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B728B is #648D74. Grayscale: #818181. Windows color (decimal): -6589813 or 9138843. OLE color: 9138843.

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

Color convert

RGB 155 114 139 -
CMYK 0 0.26 0.10 0.39
HSL 323.41º 0.17% 0.53% -
HSV(B) 323.41º 0.26% 0.61% -
XYZ 24.2 20.87 27.18 -
YUV 129.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 155 114 139 0 0.26 0.10 0.39 323.41 0.17 0.53
Hex 9B 72 8B 0 1A A 27 143 11 35
Octal 233 162 213 0 32 12 47 503 21 65
Binary 10011011 1110010 10001011 0 11010 1010 100111 101000011 10001 110101

Color Harmonies of #9B728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B728B

Black with #9B728B

Text Example


Text Example

White with #9B728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,114,139); }

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

background-color css

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

 a { background-color: rgb(155,114,139); }

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

border-color css

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

 span { border-color: rgb(155,114,139); }

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