#B27F81

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

Shades of Turkish Rose #B27F81

Tints of Turkish Rose #B27F81

Color information

#B27F81 (or 0xB27F81) is unknown color: approx Turkish Rose. HEX triplet: B2, 7F and 81. RGB value is (178,127,129). Sum of RGB (Red+Green+Blue) = 178+127+129=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F81 is #4D807E. Grayscale: #8E8E8E. Windows color (decimal): -5079167 or 8486834. OLE color: 8486834.

HSL color Cylindrical-coordinate representation of color #B27F81: hue angle of 357.65º 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 #B27F81 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB178127129-
CMYK00.290.280.30
HSL357.65º24.88%59.8%-
HSV(B)357.65º28.65%69.8%-
XYZ29.9126.2324.25-
YUV142.48120.4153.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=41.01%
G=29.26%
B=29.72%

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
Decimal17812712900.290.280.30357.6524.8859.8
HexB27F8101D1C1E166193c
Octal26217720103534365463174
Binary10110010111111110000001011101111001111010110011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27F81; }

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

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

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

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

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

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

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

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