Html Css Color HEX #B17F80 Turkish Rose

📋 copy color: '#B17F80'

red 177 ◦ green 127 ◦ blue 128

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

Shades of Turkish Rose #B17F80

Tints of Turkish Rose #B17F80

RGB

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

 GREEN value IS 127 (50% from 255) = 29.4%

 BLUE value IS 128 (50.39% from 255) = 29.63%

R = 40.97%
G = 29.4%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B17F80 (or 0xB17F80) is known color: Turkish Rose. HEX triplet: B1, 7F and 80. RGB value is (177,127,128). Sum of RGB (Red+Green+Blue) = 177+127+128=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F80 is #4E807F. Grayscale: #8E8E8E. Windows color (decimal): -5144704 or 8421297. OLE color: 8421297.

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

Color convert

RGB 177 127 128 -
CMYK 0 0.28 0.28 0.31
HSL 358.8º 0.24% 0.6% -
HSV(B) 358.8º 0.28% 0.69% -
XYZ 29.62 26.08 23.9 -
YUV 142.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 177 127 128 0 0.28 0.28 0.31 358.8 0.24 0.6
Hex B1 7F 80 0 1C 1C 1F 167 18 3C
Octal 261 177 200 0 34 34 37 547 30 74
Binary 10110001 1111111 10000000 0 11100 11100 11111 101100111 11000 111100

Color Harmonies of #B17F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F80

Black with #B17F80

Text Example


Text Example

White with #B17F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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