#B26776

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

Shades of Turkish Rose #B26776

Tints of Turkish Rose #B26776

Color information

#B26776 (or 0xB26776) is unknown color: approx Turkish Rose. HEX triplet: B2, 67 and 76. RGB value is (178,103,118). Sum of RGB (Red+Green+Blue) = 178+103+118=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B26776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26776 is #4D9889. Grayscale: #7F7F7F. Windows color (decimal): -5085322 or 7759794. OLE color: 7759794.

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

Color convert

RGB178103118-
CMYK00.420.340.30
HSL348º32.75%55.1%-
HSV(B)348º42.13%69.8%-
XYZ26.4820.4719.7-
YUV127.14122.85164.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=44.61%
G=25.81%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810311800.420.340.3034832.7555.1
HexB2677602A221E15c2137
Octal26214716605242365344167
Binary1011001011001111110110010101010001011110101011100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26776; }

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

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

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

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

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

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

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

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