#B26474

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

Shades of Turkish Rose #B26474

Tints of Turkish Rose #B26474

Color information

#B26474 (or 0xB26474) is unknown color: approx Turkish Rose. HEX triplet: B2, 64 and 74. RGB value is (178,100,116). Sum of RGB (Red+Green+Blue) = 178+100+116=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B26474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26474 is #4D9B8B. Grayscale: #7D7D7D. Windows color (decimal): -5086092 or 7627954. OLE color: 7627954.

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

Color convert

RGB178100116-
CMYK00.440.350.30
HSL347.69º33.62%54.51%-
HSV(B)347.69º43.82%69.8%-
XYZ26.0719.8418.98-
YUV125.15122.84165.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 116 (45.70% from 255) = 29.44%
R=45.18%
G=25.38%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810011600.440.350.30347.6933.6254.51
HexB2647402C231E15c2237
Octal26214416405443365344267
Binary1011001011001001110100010110010001111110101011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26474; }

 p { color: rgb(178,100,116); }

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

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

 a { background-color: rgb(178,100,116); }

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

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

 span { border-color: rgb(178,100,116); }

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