Html Css Color HEX #B1777C Turkish Rose

📋 copy color: '#B1777C'

red 177 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #B1777C

Tints of Turkish Rose #B1777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.33%

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

R = 42.14%
G = 28.33%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1777C (or 0xB1777C) is known color: Turkish Rose. HEX triplet: B1, 77 and 7C. RGB value is (177,119,124). Sum of RGB (Red+Green+Blue) = 177+119+124=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1777C is #4E8883. Grayscale: #888888. Windows color (decimal): -5146756 or 8157105. OLE color: 8157105.

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

Color convert

RGB 177 119 124 -
CMYK 0 0.33 0.30 0.31
HSL 354.83º 0.27% 0.58% -
HSV(B) 354.83º 0.33% 0.69% -
XYZ 28.37 24 22.21 -
YUV 136.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 177 119 124 0 0.33 0.30 0.31 354.83 0.27 0.58
Hex B1 77 7C 0 21 1E 1F 163 1B 3A
Octal 261 167 174 0 41 36 37 543 33 72
Binary 10110001 1110111 1111100 0 100001 11110 11111 101100011 11011 111010

Color Harmonies of #B1777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1777C

Black with #B1777C

Text Example


Text Example

White with #B1777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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