#B26978

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

Shades of Turkish Rose #B26978

Tints of Turkish Rose #B26978

Color information

#B26978 (or 0xB26978) is unknown color: approx Turkish Rose. HEX triplet: B2, 69 and 78. RGB value is (178,105,120). Sum of RGB (Red+Green+Blue) = 178+105+120=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B26978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26978 is #4D9687. Grayscale: #808080. Windows color (decimal): -5084808 or 7891378. OLE color: 7891378.

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

Color convert

RGB178105120-
CMYK00.410.330.30
HSL347.67º32.16%55.49%-
HSV(B)347.67º41.01%69.8%-
XYZ26.820.9220.4-
YUV128.54123.18163.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=44.17%
G=26.05%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810512000.410.330.30347.6732.1655.49
HexB26978029211E15c2037
Octal26215117005141365344067
Binary1011001011010011111000010100110000111110101011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26978; }

 p { color: rgb(178,105,120); }

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

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

 a { background-color: rgb(178,105,120); }

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

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

 span { border-color: rgb(178,105,120); }

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