#B26E73

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

Shades of Turkish Rose #B26E73

Tints of Turkish Rose #B26E73

Color information

#B26E73 (or 0xB26E73) is unknown color: approx Turkish Rose. HEX triplet: B2, 6E and 73. RGB value is (178,110,115). Sum of RGB (Red+Green+Blue) = 178+110+115=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E73 is #4D918C. Grayscale: #828282. Windows color (decimal): -5083533 or 7564978. OLE color: 7564978.

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

Color convert

RGB178110115-
CMYK00.380.350.30
HSL355.59º30.63%56.47%-
HSV(B)355.59º38.2%69.8%-
XYZ27.0321.8519.01-
YUV130.9119.03161.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=44.17%
G=27.30%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811011500.380.350.30355.5930.6356.47
HexB26E73026231E1641f38
Octal26215616304643365443770
Binary101100101101110111001101001101000111111010110010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E73; }

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

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

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

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

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

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

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

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