#B6646C

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

Shades of Turkish Rose #B6646C

Tints of Turkish Rose #B6646C

Color information

#B6646C (or 0xB6646C) is unknown color: approx Turkish Rose. HEX triplet: B6, 64 and 6C. RGB value is (182,100,108). Sum of RGB (Red+Green+Blue) = 182+100+108=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6646C is #499B93. Grayscale: #7D7D7D. Windows color (decimal): -4823956 or 7103670. OLE color: 7103670.

HSL color Cylindrical-coordinate representation of color #B6646C: hue angle of 354.15º 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 #B6646C is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182100108-
CMYK00.450.410.29
HSL354.15º35.96%55.29%-
HSV(B)354.15º45.05%71.37%-
XYZ26.5620.1416.68-
YUV125.43118.17168.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=46.67%
G=25.64%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210010800.450.410.29354.1535.9655.29
HexB6646C02D291D1622437
Octal26614415405551355424467
Binary1011011011001001101100010110110100111101101100010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6646C; }

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

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

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

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

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

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

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

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