#B27178

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

Shades of Turkish Rose #B27178

Tints of Turkish Rose #B27178

Color information

#B27178 (or 0xB27178) is unknown color: approx Turkish Rose. HEX triplet: B2, 71 and 78. RGB value is (178,113,120). Sum of RGB (Red+Green+Blue) = 178+113+120=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B27178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27178 is #4D8E87. Grayscale: #858585. Windows color (decimal): -5082760 or 7893426. OLE color: 7893426.

HSL color Cylindrical-coordinate representation of color #B27178: hue angle of 353.54º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27178 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB178113120-
CMYK00.370.330.30
HSL353.54º29.68%57.06%-
HSV(B)353.54º36.52%69.8%-
XYZ27.6622.6320.68-
YUV133.23120.53159.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=43.31%
G=27.49%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811312000.370.330.30353.5429.6857.06
HexB27178025211E1621e39
Octal26216117004541365423671
Binary101100101110001111100001001011000011111010110001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27178; }

 p { color: rgb(178,113,120); }

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

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

 a { background-color: rgb(178,113,120); }

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

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

 span { border-color: rgb(178,113,120); }

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