#B26E78

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

Shades of Turkish Rose #B26E78

Tints of Turkish Rose #B26E78

Color information

#B26E78 (or 0xB26E78) is unknown color: approx Turkish Rose. HEX triplet: B2, 6E and 78. RGB value is (178,110,120). Sum of RGB (Red+Green+Blue) = 178+110+120=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E78 is #4D9187. Grayscale: #838383. Windows color (decimal): -5083528 or 7892658. OLE color: 7892658.

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

Color convert

RGB178110120-
CMYK00.380.330.30
HSL351.18º30.63%56.47%-
HSV(B)351.18º38.2%69.8%-
XYZ27.3321.9720.57-
YUV131.47121.53161.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=43.63%
G=26.96%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811012000.380.330.30351.1830.6356.47
HexB26E78026211E15f1f38
Octal26215617004641365373770
Binary101100101101110111100001001101000011111010101111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E78; }

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

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

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

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

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

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

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

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