#B26F76

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

Shades of Turkish Rose #B26F76

Tints of Turkish Rose #B26F76

Color information

#B26F76 (or 0xB26F76) is unknown color: approx Turkish Rose. HEX triplet: B2, 6F and 76. RGB value is (178,111,118). Sum of RGB (Red+Green+Blue) = 178+111+118=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F76 is #4D9089. Grayscale: #838383. Windows color (decimal): -5083274 or 7761842. OLE color: 7761842.

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

Color convert

RGB178111118-
CMYK00.380.340.30
HSL353.73º30.32%56.67%-
HSV(B)353.73º37.64%69.8%-
XYZ27.3122.1419.97-
YUV131.83120.2160.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 111 (43.75% from 255) = 27.27%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=43.73%
G=27.27%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811111800.380.340.30353.7330.3256.67
HexB26F76026221E1621e39
Octal26215716604642365423671
Binary101100101101111111011001001101000101111010110001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F76; }

 p { color: rgb(178,111,118); }

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

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

 a { background-color: rgb(178,111,118); }

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

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

 span { border-color: rgb(178,111,118); }

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