#B26676

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

Shades of Turkish Rose #B26676

Tints of Turkish Rose #B26676

Color information

#B26676 (or 0xB26676) is unknown color: approx Turkish Rose. HEX triplet: B2, 66 and 76. RGB value is (178,102,118). Sum of RGB (Red+Green+Blue) = 178+102+118=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B26676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26676 is #4D9989. Grayscale: #7E7E7E. Windows color (decimal): -5085578 or 7759538. OLE color: 7759538.

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

Color convert

RGB178102118-
CMYK00.430.340.30
HSL347.37º33.04%54.9%-
HSV(B)347.37º42.7%69.8%-
XYZ26.3820.2819.66-
YUV126.55123.18164.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=44.72%
G=25.63%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810211800.430.340.30347.3733.0454.9
HexB2667602B221E15b2137
Octal26214616605342365334167
Binary1011001011001101110110010101110001011110101011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26676; }

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

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

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

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

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

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

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

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