Html Css Color HEX #B1797F Turkish Rose

📋 copy color: '#B1797F'

red 177 ◦ green 121 ◦ blue 127

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

Shades of Turkish Rose #B1797F

Tints of Turkish Rose #B1797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.47%

 BLUE value IS 127 (50% from 255) = 29.88%

R = 41.65%
G = 28.47%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1797F (or 0xB1797F) is known color: Turkish Rose. HEX triplet: B1, 79 and 7F. RGB value is (177,121,127). Sum of RGB (Red+Green+Blue) = 177+121+127=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1797F is #4E8680. Grayscale: #8A8A8A. Windows color (decimal): -5146241 or 8354225. OLE color: 8354225.

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

Color convert

RGB 177 121 127 -
CMYK 0 0.32 0.28 0.31
HSL 353.57º 0.26% 0.58% -
HSV(B) 353.57º 0.32% 0.69% -
XYZ 28.8 24.55 23.3 -
YUV 138.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 177 121 127 0 0.32 0.28 0.31 353.57 0.26 0.58
Hex B1 79 7F 0 20 1C 1F 162 1A 3A
Octal 261 171 177 0 40 34 37 542 32 72
Binary 10110001 1111001 1111111 0 100000 11100 11111 101100010 11010 111010

Color Harmonies of #B1797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1797F

Black with #B1797F

Text Example


Text Example

White with #B1797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1797F; }

 p { color: rgb(177,121,127); }

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

background-color css

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

 a { background-color: rgb(177,121,127); }

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

border-color css

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

 span { border-color: rgb(177,121,127); }

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