Html Css Color HEX #B1797C Turkish Rose

📋 copy color: '#B1797C'

red 177 ◦ green 121 ◦ blue 124

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

Shades of Turkish Rose #B1797C

Tints of Turkish Rose #B1797C

RGB

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

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

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

R = 41.94%
G = 28.67%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1797C (or 0xB1797C) is known color: Turkish Rose. HEX triplet: B1, 79 and 7C. RGB value is (177,121,124). Sum of RGB (Red+Green+Blue) = 177+121+124=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1797C is #4E8683. Grayscale: #8A8A8A. Windows color (decimal): -5146244 or 8157617. OLE color: 8157617.

HSL color Cylindrical-coordinate representation of color #B1797C: hue angle of 356.79º 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 #B1797C is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 121 124 -
CMYK 0 0.32 0.30 0.31
HSL 356.79º 0.26% 0.58% -
HSV(B) 356.79º 0.32% 0.69% -
XYZ 28.61 24.48 22.29 -
YUV 138.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 177 121 124 0 0.32 0.30 0.31 356.79 0.26 0.58
Hex B1 79 7C 0 20 1E 1F 165 1A 3A
Octal 261 171 174 0 40 36 37 545 32 72
Binary 10110001 1111001 1111100 0 100000 11110 11111 101100101 11010 111010

Color Harmonies of #B1797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1797C

Black with #B1797C

Text Example


Text Example

White with #B1797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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