Html Css Color HEX #B1787C Turkish Rose

📋 copy color: '#B1787C'

red 177 ◦ green 120 ◦ blue 124

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

Shades of Turkish Rose #B1787C

Tints of Turkish Rose #B1787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

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

R = 42.04%
G = 28.5%
B = 29.45%

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

#B1787C (or 0xB1787C) is known color: Turkish Rose. HEX triplet: B1, 78 and 7C. RGB value is (177,120,124). Sum of RGB (Red+Green+Blue) = 177+120+124=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1787C is #4E8783. Grayscale: #898989. Windows color (decimal): -5146500 or 8157361. OLE color: 8157361.

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

Color convert

RGB 177 120 124 -
CMYK 0 0.32 0.30 0.31
HSL 355.79º 0.27% 0.58% -
HSV(B) 355.79º 0.32% 0.69% -
XYZ 28.49 24.24 22.25 -
YUV 137.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 177 120 124 0 0.32 0.30 0.31 355.79 0.27 0.58
Hex B1 78 7C 0 20 1E 1F 164 1B 3A
Octal 261 170 174 0 40 36 37 544 33 72
Binary 10110001 1111000 1111100 0 100000 11110 11111 101100100 11011 111010

Color Harmonies of #B1787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1787C

Black with #B1787C

Text Example


Text Example

White with #B1787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1787C; }

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

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

background-color css

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

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

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

border-color css

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

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

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