Html Css Color HEX #B1777B Turkish Rose

📋 copy color: '#B1777B'

red 177 ◦ green 119 ◦ blue 123

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

Shades of Turkish Rose #B1777B

Tints of Turkish Rose #B1777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.36%

R = 42.24%
G = 28.4%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1777B (or 0xB1777B) is known color: Turkish Rose. HEX triplet: B1, 77 and 7B. RGB value is (177,119,123). Sum of RGB (Red+Green+Blue) = 177+119+123=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1777B is #4E8884. Grayscale: #888888. Windows color (decimal): -5146757 or 8091569. OLE color: 8091569.

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

Color convert

RGB 177 119 123 -
CMYK 0 0.33 0.31 0.31
HSL 355.86º 0.27% 0.58% -
HSV(B) 355.86º 0.33% 0.69% -
XYZ 28.3 23.97 21.87 -
YUV 136.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 177 119 123 0 0.33 0.31 0.31 355.86 0.27 0.58
Hex B1 77 7B 0 21 1F 1F 164 1B 3A
Octal 261 167 173 0 41 37 37 544 33 72
Binary 10110001 1110111 1111011 0 100001 11111 11111 101100100 11011 111010

Color Harmonies of #B1777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1777B

Black with #B1777B

Text Example


Text Example

White with #B1777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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