#B27F80

Color #B27F80 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B27F80

Tints of Turkish Rose #B27F80

Color information

#B27F80 (or 0xB27F80) is unknown color: approx Turkish Rose. HEX triplet: B2, 7F and 80. RGB value is (178,127,128). Sum of RGB (Red+Green+Blue) = 178+127+128=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F80 is #4D807F. Grayscale: #8E8E8E. Windows color (decimal): -5079168 or 8421298. OLE color: 8421298.

HSL color Cylindrical-coordinate representation of color #B27F80: hue angle of 358.82º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B27F80 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB178127128-
CMYK00.290.280.30
HSL358.82º24.88%59.8%-
HSV(B)358.82º28.65%69.8%-
XYZ29.8526.223.91-
YUV142.36119.9153.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=41.11%
G=29.33%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812712800.290.280.30358.8224.8859.8
HexB27F8001D1C1E167193c
Octal26217720003534365473174
Binary10110010111111110000000011101111001111010110011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27F80; }

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

 H1.HeaderClassName
 {
   color: #B27F80;
 }
 .AnyTagClassName
 {
   color: #B27F80;
 }
</style>
background-color css

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

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

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

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

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

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