#B26E71

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

Shades of Turkish Rose #B26E71

Tints of Turkish Rose #B26E71

Color information

#B26E71 (or 0xB26E71) is unknown color: approx Turkish Rose. HEX triplet: B2, 6E and 71. RGB value is (178,110,113). Sum of RGB (Red+Green+Blue) = 178+110+113=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E71 is #4D918E. Grayscale: #828282. Windows color (decimal): -5083535 or 7433906. OLE color: 7433906.

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

Color convert

RGB178110113-
CMYK00.380.370.30
HSL357.35º30.63%56.47%-
HSV(B)357.35º38.2%69.8%-
XYZ26.9221.8118.41-
YUV130.67118.03161.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=44.39%
G=27.43%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811011300.380.370.30357.3530.6356.47
HexB26E71026251E1651f38
Octal26215616104645365453770
Binary101100101101110111000101001101001011111010110010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E71; }

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

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

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

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

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

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

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

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