#B26E72

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

Shades of Turkish Rose #B26E72

Tints of Turkish Rose #B26E72

Color information

#B26E72 (or 0xB26E72) is unknown color: approx Turkish Rose. HEX triplet: B2, 6E and 72. RGB value is (178,110,114). Sum of RGB (Red+Green+Blue) = 178+110+114=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E72 is #4D918D. Grayscale: #828282. Windows color (decimal): -5083534 or 7499442. OLE color: 7499442.

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

Color convert

RGB178110114-
CMYK00.380.360.30
HSL356.47º30.63%56.47%-
HSV(B)356.47º38.2%69.8%-
XYZ26.9721.8318.71-
YUV130.79118.53161.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 110 (43.36% from 255) = 27.36%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=44.28%
G=27.36%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811011400.380.360.30356.4730.6356.47
HexB26E72026241E1641f38
Octal26215616204644365443770
Binary101100101101110111001001001101001001111010110010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E72; }

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

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

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

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

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

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

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

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