Html Css Color HEX #9B7179 Turkish Rose

📋 copy color: '#9B7179'

red 155 ◦ green 113 ◦ blue 121

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

Shades of Turkish Rose #9B7179

Tints of Turkish Rose #9B7179

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

 BLUE value IS 121 (47.66% from 255) = 31.11%

R = 39.85%
G = 29.05%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B7179 (or 0x9B7179) is known color: Turkish Rose. HEX triplet: 9B, 71 and 79. RGB value is (155,113,121). Sum of RGB (Red+Green+Blue) = 155+113+121=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7179 is #648E86. Grayscale: #7E7E7E. Windows color (decimal): -6590087 or 7958939. OLE color: 7958939.

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

Color convert

RGB 155 113 121 -
CMYK 0 0.27 0.22 0.39
HSL 348.57º 0.17% 0.53% -
HSV(B) 348.57º 0.27% 0.61% -
XYZ 22.87 20.16 20.77 -
YUV 126.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 155 113 121 0 0.27 0.22 0.39 348.57 0.17 0.53
Hex 9B 71 79 0 1B 16 27 15D 11 35
Octal 233 161 171 0 33 26 47 535 21 65
Binary 10011011 1110001 1111001 0 11011 10110 100111 101011101 10001 110101

Color Harmonies of #9B7179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7179

Black with #9B7179

Text Example


Text Example

White with #9B7179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,121); }

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

background-color css

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

 a { background-color: rgb(155,113,121); }

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

border-color css

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

 span { border-color: rgb(155,113,121); }

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