Html Css Color HEX #9B7174 Turkish Rose

📋 copy color: '#9B7174'

red 155 ◦ green 113 ◦ blue 116

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

Shades of Turkish Rose #9B7174

Tints of Turkish Rose #9B7174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 40.36%
G = 29.43%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B7174 (or 0x9B7174) is known color: Turkish Rose. HEX triplet: 9B, 71 and 74. RGB value is (155,113,116). Sum of RGB (Red+Green+Blue) = 155+113+116=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7174 is #648E8B. Grayscale: #7D7D7D. Windows color (decimal): -6590092 or 7631259. OLE color: 7631259.

HSL color Cylindrical-coordinate representation of color #9B7174: hue angle of 355.71º 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 #9B7174 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 113 116 -
CMYK 0 0.27 0.25 0.39
HSL 355.71º 0.17% 0.53% -
HSV(B) 355.71º 0.27% 0.61% -
XYZ 22.58 20.04 19.2 -
YUV 125.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 155 113 116 0 0.27 0.25 0.39 355.71 0.17 0.53
Hex 9B 71 74 0 1B 19 27 164 11 35
Octal 233 161 164 0 33 31 47 544 21 65
Binary 10011011 1110001 1110100 0 11011 11001 100111 101100100 10001 110101

Color Harmonies of #9B7174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7174

Black with #9B7174

Text Example


Text Example

White with #9B7174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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