Html Css Color HEX #B1737C Turkish Rose

📋 copy color: '#B1737C'

red 177 ◦ green 115 ◦ blue 124

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

Shades of Turkish Rose #B1737C

Tints of Turkish Rose #B1737C

RGB

 RED value IS 177 (69.53% from 255) = 42.55%

 GREEN value IS 115 (45.31% from 255) = 27.64%

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 42.55%
G = 27.64%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1737C (or 0xB1737C) is known color: Turkish Rose. HEX triplet: B1, 73 and 7C. RGB value is (177,115,124). Sum of RGB (Red+Green+Blue) = 177+115+124=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1737C is #4E8C83. Grayscale: #868686. Windows color (decimal): -5147780 or 8156081. OLE color: 8156081.

HSL color Cylindrical-coordinate representation of color #B1737C: hue angle of 351.29º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1737C is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 115 124 -
CMYK 0 0.35 0.30 0.31
HSL 351.29º 0.28% 0.57% -
HSV(B) 351.29º 0.35% 0.69% -
XYZ 27.9 23.06 22.05 -
YUV 134.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 177 115 124 0 0.35 0.30 0.31 351.29 0.28 0.57
Hex B1 73 7C 0 23 1E 1F 15F 1C 39
Octal 261 163 174 0 43 36 37 537 34 71
Binary 10110001 1110011 1111100 0 100011 11110 11111 101011111 11100 111001

Color Harmonies of #B1737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1737C

Black with #B1737C

Text Example


Text Example

White with #B1737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1737C; }

 p { color: rgb(177,115,124); }

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

background-color css

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

 a { background-color: rgb(177,115,124); }

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

border-color css

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

 span { border-color: rgb(177,115,124); }

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