Html Css Color HEX #B1747C Turkish Rose

📋 copy color: '#B1747C'

red 177 ◦ green 116 ◦ blue 124

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

Shades of Turkish Rose #B1747C

Tints of Turkish Rose #B1747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

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

R = 42.45%
G = 27.82%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1747C (or 0xB1747C) is known color: Turkish Rose. HEX triplet: B1, 74 and 7C. RGB value is (177,116,124). Sum of RGB (Red+Green+Blue) = 177+116+124=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1747C is #4E8B83. Grayscale: #878787. Windows color (decimal): -5147524 or 8156337. OLE color: 8156337.

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

Color convert

RGB 177 116 124 -
CMYK 0 0.34 0.30 0.31
HSL 352.13º 0.28% 0.57% -
HSV(B) 352.13º 0.34% 0.69% -
XYZ 28.01 23.29 22.09 -
YUV 135.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 177 116 124 0 0.34 0.30 0.31 352.13 0.28 0.57
Hex B1 74 7C 0 22 1E 1F 160 1C 39
Octal 261 164 174 0 42 36 37 540 34 71
Binary 10110001 1110100 1111100 0 100010 11110 11111 101100000 11100 111001

Color Harmonies of #B1747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1747C

Black with #B1747C

Text Example


Text Example

White with #B1747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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