#B6646E

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

Shades of Turkish Rose #B6646E

Tints of Turkish Rose #B6646E

Color information

#B6646E (or 0xB6646E) is unknown color: approx Turkish Rose. HEX triplet: B6, 64 and 6E. RGB value is (182,100,110). Sum of RGB (Red+Green+Blue) = 182+100+110=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6646E is #499B91. Grayscale: #7D7D7D. Windows color (decimal): -4823954 or 7234742. OLE color: 7234742.

HSL color Cylindrical-coordinate representation of color #B6646E: hue angle of 352.68º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6646E is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182100110-
CMYK00.450.400.29
HSL352.68º35.96%55.29%-
HSV(B)352.68º45.05%71.37%-
XYZ26.6620.1917.24-
YUV125.66119.17168.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=46.43%
G=25.51%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210011000.450.400.29352.6835.9655.29
HexB6646E02D281D1612437
Octal26614415605550355414467
Binary1011011011001001101110010110110100011101101100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6646E; }

 p { color: rgb(182,100,110); }

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

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

 a { background-color: rgb(182,100,110); }

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

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

 span { border-color: rgb(182,100,110); }

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