#B27E7F

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

Shades of Turkish Rose #B27E7F

Tints of Turkish Rose #B27E7F

Color information

#B27E7F (or 0xB27E7F) is unknown color: approx Turkish Rose. HEX triplet: B2, 7E and 7F. RGB value is (178,126,127). Sum of RGB (Red+Green+Blue) = 178+126+127=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E7F is #4D8180. Grayscale: #8D8D8D. Windows color (decimal): -5079425 or 8355506. OLE color: 8355506.

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

Color convert

RGB178126127-
CMYK00.290.290.30
HSL358.85º25.24%59.61%-
HSV(B)358.85º29.21%69.8%-
XYZ29.6525.9223.52-
YUV141.66119.73153.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 127 (50% from 255) = 29.47%
R=41.30%
G=29.23%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812612700.290.290.30358.8525.2459.61
HexB27E7F01D1D1E167193c
Octal26217617703535365473174
Binary1011001011111101111111011101111011111010110011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E7F; }

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

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

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

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

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

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

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

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