#B26D79

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

Shades of Turkish Rose #B26D79

Tints of Turkish Rose #B26D79

Color information

#B26D79 (or 0xB26D79) is unknown color: approx Turkish Rose. HEX triplet: B2, 6D and 79. RGB value is (178,109,121). Sum of RGB (Red+Green+Blue) = 178+109+121=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D79 is #4D9286. Grayscale: #838383. Windows color (decimal): -5083783 or 7957938. OLE color: 7957938.

HSL color Cylindrical-coordinate representation of color #B26D79: hue angle of 349.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26D79 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB178109121-
CMYK00.390.320.30
HSL349.57º30.94%56.27%-
HSV(B)349.57º38.76%69.8%-
XYZ27.2821.7820.86-
YUV131122.36161.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=43.63%
G=26.72%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810912100.390.320.30349.5730.9456.27
HexB26D79027201E15e1f38
Octal26215517104740365363770
Binary101100101101101111100101001111000001111010101111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D79; }

 p { color: rgb(178,109,121); }

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

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

 a { background-color: rgb(178,109,121); }

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

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

 span { border-color: rgb(178,109,121); }

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