#B26A6E

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

Shades of Turkish Rose #B26A6E

Tints of Turkish Rose #B26A6E

Color information

#B26A6E (or 0xB26A6E) is unknown color: approx Turkish Rose. HEX triplet: B2, 6A and 6E. RGB value is (178,106,110). Sum of RGB (Red+Green+Blue) = 178+106+110=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26A6E is #4D9591. Grayscale: #808080. Windows color (decimal): -5084562 or 7236274. OLE color: 7236274.

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

Color convert

RGB178106110-
CMYK00.400.380.30
HSL356.67º31.86%55.69%-
HSV(B)356.67º40.45%69.8%-
XYZ26.3320.917.4-
YUV127.98117.85163.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=45.18%
G=26.90%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810611000.400.380.30356.6731.8655.69
HexB26A6E028261E1652038
Octal26215215605046365454070
Binary1011001011010101101110010100010011011110101100101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A6E; }

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

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

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

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

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

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

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

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